Skip to content
Windsurf

calendar mcp for Windsurf

io.github.deciduus/calendar-mcp

Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.

client:Windsurf transport:stdio runtime:pypi

Install calendar mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "calendar-mcp": {
      "command": "uvx",
      "args": [
        "calendar-mcp-server"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "TOKEN_FILE_PATH": "<TOKEN_FILE_PATH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

calendar mcp in other clients