Back to directory
takumi0706/google-calendar-mcp

takumi0706/google-calendar-mcp

@takumi0706

Google Calendar MCP server for Claude Desktop integration

google-calendarclaude-desktopmcp-serveroauth2calendarproductivitytypescriptcloud

Installation & Configuration

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "@takumi0706/google-calendar-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "your_client_id",
        "GOOGLE_CLIENT_SECRET": "your_client_secret",
        "GOOGLE_REDIRECT_URI": "http://localhost:4153/oauth2callback"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13