Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by CalendarMCP.
list_eventsList events across one or all connected calendars in a time range. Auto-paginates up to 2500 results.
get_eventFull details of one event.
create_eventCreate an event. Supports attendees, location, reminders, recurrence, all-day.
update_eventPartial update of an existing event.
delete_eventDelete an event.
quick_add_eventCreate from natural language ("Lunch with Sam Friday 1pm").
The hosted Google Calendar MCP server. Connect any AI agent to your Google Calendar in about two minutes. No self-hosting, no Docker, no
credentials.json.
CalendarMCP is a hosted Model Context Protocol (MCP) server for Google Calendar. Connect your Google account once, get an API key, and any MCP-compatible client (Claude Desktop, Claude Code, Claude.ai, Cursor, OpenClaw, Continue, Cline, Windsurf, Goose, Zed, ChatGPT custom GPTs, n8n, etc.) can read and write your calendar.
This repo is the public docs, manifest, and client examples for the service. The hosted service is not open source. If you want a self-hosted alternative, the most popular OSS option is nspady/google-calendar-mcp and we recommend it for users who want OAuth tokens to never leave their machine.
credentials.json, no Google Cloud Console, no Docker.batch_update_events updates up to 50 events in one concurrent call. Renaming a recurring meeting across a year is one prompt, not 50 clicks.Drop these into the right config file for your MCP client.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
See examples/claude-desktop.json and our Claude Desktop integration guide.
See examples/claude-code.sh and our Claude Code integration guide.
~/.cursor/mcp.json:
See examples/cursor.json and our Cursor integration guide.
In your openclaw.json:
See examples/openclaw.json and our OpenClaw integration guide.
See examples/ for Continue, Windsurf, Goose, n8n, and more.
CalendarMCP exposes 11 tools. The full machine-readable schema lives at https://calendarmcp.ai/api/docs.
| Tool | Description |
|---|---|
list_events | List events across one or all connected calendars in a time range. Auto-paginates up to 2500 results. |
get_event | Full details of one event. |
create_event | Create an event. Supports attendees, location, reminders, recurrence, all-day. |
update_event | Partial update of an existing event. |
delete_event | Delete an event. |
quick_add_event | Create from natural language ("Lunch with Sam Friday 1pm"). |
list_calendars | List every calendar the API key can see, with per-calendar R/W permissions. |
find_free_time | Free/busy query across one or more calendars. The right thing to call before create_event to prevent double-booking. |
manage_attendees | Add or remove attendees from an event. |
batch_update_events | Update up to 50 events in one concurrent call. |
Full reference: docs/tools.md.
API keys are issued from the dashboard at calendarmcp.ai/dashboard. One key can hold any number of connected Google accounts. Per-calendar R/W scopes are enforced server-side.
Rate limit: 60 requests/minute per key. Free tier; pay-as-you-go pricing for higher limits coming soon.
If you have Google Advanced Protection enabled, OAuth into third-party calendar apps is blocked by Google policy. CalendarMCP supports a service-account sharing flow that works for GAP users. We're the only hosted MCP we know of that supports this.
See docs/google-advanced-protection.md.
Free tier with generous limits. Paid plans land soon for power users.
| Feature | CalendarMCP | nspady (OSS) | Composio | Zapier MCP |
|---|---|---|---|---|
| Hosted | β | β | β | β |
| HTTP transport | β | β (stdio only) | β | β |
| Setup time | 2 min | 25 min | 10 min | 5 min |
| Batch update events | β | β | β | β |
| Multi-account, one key | β | β | β | β |
| Google Advanced Protection | β | β | β | β |
| Per-calendar R/W matrix | β | β | β | β |
| Open source | β | β | partial | β |
| Tokens on your machine | β | β | β | β |
Honest read: pick nspady if you only use Claude Desktop and want zero third parties. Pick CalendarMCP for everything else.
This repo is docs and examples. PRs welcome for:
Service issues (bugs, feature requests for the hosted product) β GitHub Issues.
Examples and docs in this repo: MIT (see LICENSE).
The hosted service is not open source.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/calendarmcp)<a href="https://allmcps.com/mcp/calendarmcp"><img src="https://allmcps.com/api/badge/calendarmcp?style=directory" alt="CalendarMCP on AllMCPs" /></a>