Back to directory
jackson88/google-calendar-mcp

jackson88/google-calendar-mcp

@Jackson88

TypeScript-based MCP server for Claude Desktop integration with Google Calendar API

google-calendarmcp-serverclaude-desktopoauth2calendarproductivitytypescriptcloud

Installation & Configuration

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "google-calendar-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<your-client-id>",
        "GOOGLE_CLIENT_SECRET": "<your-client-secret>",
        "GOOGLE_REDIRECT_URI": "http://localhost:3000/auth/callback"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15