Skip to content

Google Calendar

Free

by MCP Community

MCP server for interacting with Google Calendar

v1.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Google Calendar MCP Server

MCP server for interacting with Google Calendar

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @teamsparta/mcp-server-google-calendar
Add to claude_desktop_config.json
{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": ["-y", "@teamsparta/mcp-server-google-calendar"]
    }
  }
}