Google Calendar MCP ServerServer

GongRzhe
GitHub
Google CalendarAI IntegrationEvent Management

Loading subscription status...

๐Ÿ’ก Description

A server for integrating Google Calendar with Claude Desktop using the Model Context Protocol (MCP). This server enables AI assistants to manage Google Calendar events through natural language interactions.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "calendar": {
        "env": {
          "GOOGLE_CLIENT_ID": "your_client_id_here",
          "GOOGLE_CLIENT_SECRET": "your_client_secret_here",
          "GOOGLE_REFRESH_TOKEN": "your_refresh_token_here"
        },
        "args": [
          "@gongrzhe/server-calendar-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

get_eventcreate_eventupdate_eventdelete_eventlist_events

โšก Features

  • Create calendar events with title, time, description, and location.
  • Retrieve event details by event ID.
  • Update existing events (title, time, description, location).
  • Delete events.
  • List events within a specified time range.
  • Full integration with Google Calendar API.
  • Secure OAuth2 authentication.

๐Ÿ’ฌ Example Queries

  • Create a meeting for next Wednesday at 3 PM.
  • List all events for the upcoming week.
  • Update the time of my appointment with the dentist.
  • Delete the team meeting scheduled for Friday.