Skip to content
Cursor

Google Calendar MCP for Cursor

io.github.a1-x-tech/mcp-google-calendar

MCP server for the Google Calendar API: events, recurrence, invitations, availability, calendars.

client:Cursor transport:stdio runtime:npm

Install Google Calendar MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-google-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@a1-x-tech/mcp-google-calendar"
      ],
      "env": {
        "GOOGLE_CALENDAR_CLIENT_ID": "<GOOGLE_CALENDAR_CLIENT_ID>",
        "GOOGLE_CALENDAR_CLIENT_SECRET": "<GOOGLE_CALENDAR_CLIENT_SECRET>",
        "GOOGLE_CALENDAR_REFRESH_TOKEN": "<GOOGLE_CALENDAR_REFRESH_TOKEN>",
        "GOOGLE_CALENDAR_ACCESS_TOKEN": "<GOOGLE_CALENDAR_ACCESS_TOKEN>",
        "GOOGLE_CALENDAR_OAUTH_PORT": "<GOOGLE_CALENDAR_OAUTH_PORT>",
        "GOOGLE_CALENDAR_API_BASE": "<GOOGLE_CALENDAR_API_BASE>",
        "GOOGLE_CALENDAR_TIMEOUT_MS": "<GOOGLE_CALENDAR_TIMEOUT_MS>",
        "GOOGLE_CALENDAR_MAX_RETRIES": "<GOOGLE_CALENDAR_MAX_RETRIES>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Google Calendar MCP in other clients