Calendar Tools MCP ServerServer

cablate
GitHub
calendar managementGoogle Calendarapp automation

Loading subscription status...

💡 Description

A powerful Model Context Protocol (MCP) server that provides comprehensive calendar management capabilities, including creating, listing, updating, and deleting events.

📝 JSON Entries

{
  "mcpServers": [
    {
      "calendar": {
        "env": {
          "GOOGLE_TIME_ZONE": "your_time_zone",
          "GOOGLE_CALENDAR_ID": "your_calendar_id",
          "GOOGLE_CREDENTIALS_PATH": "your_credentials_path"
        },
        "args": [
          "-y",
          "@cablate/mcp-google-calendar"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Dive Desktop

Features

  • Calendar management
  • Event creation and deletion
  • Integration with Google Calendar

💬 Example Queries

  • Create a new calendar event
  • List all calendar events
  • Update an existing event
  • Delete a calendar event