Skip to content
Cursor

mcp calendar for Cursor

io.github.infoinlet-marketplace/mcp-calendar

Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.

client:Cursor transport:stdio runtime:npm

Install mcp calendar in Cursor

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

{
  "mcpServers": {
    "mcp-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-calendar"
      ]
    }
  }
}

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

mcp calendar in other clients