HomeProductivity › calendar-mcp

calendar-mcp

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

Python
★ 26 stars Last pushed 2026-09-06 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.0.1)

uvx calendar-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "calendar-mcp": {
      "command": "uvx",
      "args": [
        "calendar-mcp-server"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_VALUE>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_VALUE>",
        "TOKEN_FILE_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_CLIENT_ID required — OAuth 2.0 client ID for a Google Cloud project with the Google Calendar API enabled.
  • GOOGLE_CLIENT_SECRET required secret — OAuth 2.0 client secret matching GOOGLE_CLIENT_ID.
  • TOKEN_FILE_PATH — Path to the saved OAuth token file written by 'calendar-mcp auth'.

Related servers

Data from the Official MCP Registry