Skip to content
Cursor

Google Calendar for Cursor

io.github.domdomegg/google-cal-mcp

Allow AI systems to list, create, update, and manage Google Calendar events.

client:Cursor transport:stdio runtime:npm

Install Google Calendar 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": {
    "google-cal-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "google-cal-mcp"
      ],
      "env": {
        "GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
      }
    }
  }
}

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

Google Calendar in other clients