Back to directory
tobedoit/gcalendar-mcp

tobedoit/gcalendar-mcp

@tobedoit

MCP Google Calendar Server for creating and managing Google Calendar events with OAuth2 authentication

google-calendarmcp-serveroauth2calendarproductivityclaude-desktopeventscloud

Installation & Configuration

{
  "mcpServers": {
    "zmes-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "@tobedoit/google-calendar-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "your_google_client_id",
        "GOOGLE_CLIENT_SECRET": "your_google_client_secret",
        "GOOGLE_REFRESH_TOKEN": "your_google_refresh_token"
      }
    }
  }
}

Information

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