Skip to content
Agent Search Engine.

Record · google-calenMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

Scheduling across work and personal Google calendars through an assistant.

Avoid if

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 CodeRun in your terminal
claude mcp add google-calendar-mcp -e GOOGLE_OAUTH_CREDENTIALS=/path/to/gcp-oauth.keys.json -- npx @cocal/google-calendar-mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "npx",
      "args": ["@cocal/google-calendar-mcp"],
      "env": {
        "GOOGLE_OAUTH_CREDENTIALS": "/path/to/gcp-oauth.keys.json"
      }
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "google-calendar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["@cocal/google-calendar-mcp"],
      "env": {
        "GOOGLE_OAUTH_CREDENTIALS": "/path/to/gcp-oauth.keys.json"
      }
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "google-calendar-mcp": {
      "command": "npx",
      "args": ["@cocal/google-calendar-mcp"],
      "env": {
        "GOOGLE_OAUTH_CREDENTIALS": "/path/to/gcp-oauth.keys.json"
      }
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.google-calendar-mcp]
command = "npx"
args = ["@cocal/google-calendar-mcp"]
env = { GOOGLE_OAUTH_CREDENTIALS = "/path/to/gcp-oauth.keys.json" }

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Google Calendar MCP Server vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Google Calendar MCP ServerMCP serverthis listing1.2kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Google Calendar MCP Server alternatives, compared →