Skip to content
Cursor

google calendar for Cursor

com.pulsemcp/google-calendar

MCP server for Google Calendar integration with service account support and domain-wide delegation.

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-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "google-calendar-workspace-mcp-server"
      ],
      "env": {
        "GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL": "<GCAL_SERVICE_ACCOUNT_CLIENT_EMAIL>",
        "GCAL_SERVICE_ACCOUNT_PRIVATE_KEY": "<GCAL_SERVICE_ACCOUNT_PRIVATE_KEY>",
        "GCAL_IMPERSONATE_EMAIL": "<GCAL_IMPERSONATE_EMAIL>",
        "ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>"
      }
    }
  }
}

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