Google Calendar MCP ServerServer

takumi0706
GitHub
Google CalendarMCPEvent Management

Loading subscription status...

💡 Description

The Google Calendar MCP Server enables integration with Google Calendar, allowing users to manage calendar events through natural language interactions. Users can retrieve, create, update, and delete events using this protocol server.

📝 JSON Entries

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

🛠 Tools

getEventscreateEventupdateEventdeleteEventauthenticate

⚡ Features

  • Google Calendar Integration
  • Event Management
  • OAuth2 Authentication

💬 Example Queries

  • Retrieve my calendar events
  • Create a new event in my Google Calendar
  • Update an existing event on my calendar
  • Delete a specific event from my calendar