Google Calendar MCP Server
Manage Google Calendar events across multiple accounts and calendars from Claude and other assistants.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Scheduling across work and personal Google calendars through an assistant.
You can't create a Google Cloud project with the Calendar API and desktop OAuth credentials; setup requires both.
About Google Calendar MCP Server
This community MCP server integrates Google Calendar with AI assistants. It connects several Google accounts at once, lists events across calendars, detects conflicts between them, creates, updates, deletes and searches events including recurring ones, checks free/busy availability, and can add events from images, PDFs or web links.
Google Calendar MCP Server is an open-source project written primarily in TypeScript, with 1.2k stars on GitHub. It was last updated in September 2026.
Add Google Calendar MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add google-calendar-mcp -e GOOGLE_OAUTH_CREDENTIALS=/path/to/gcp-oauth.keys.json -- npx @cocal/google-calendar-mcpCursor
{
"mcpServers": {
"google-calendar-mcp": {
"command": "npx",
"args": ["@cocal/google-calendar-mcp"],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "/path/to/gcp-oauth.keys.json"
}
}
}
}VS Code
{
"servers": {
"google-calendar-mcp": {
"type": "stdio",
"command": "npx",
"args": ["@cocal/google-calendar-mcp"],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "/path/to/gcp-oauth.keys.json"
}
}
}
}Claude Desktop
{
"mcpServers": {
"google-calendar-mcp": {
"command": "npx",
"args": ["@cocal/google-calendar-mcp"],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "/path/to/gcp-oauth.keys.json"
}
}
}
}Codex
[mcp_servers.google-calendar-mcp]
command = "npx"
args = ["@cocal/google-calendar-mcp"]
env = { GOOGLE_OAUTH_CREDENTIALS = "/path/to/gcp-oauth.keys.json" }Google Calendar MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Google Calendar MCP Serverthis listing | 1.2k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Google Calendar MCP Server alternatives, compared →
