gcal-mcp

Kembec/gcal-mcp
★ 0 stars Rust 🔌 API Integration Updated 6d ago
MCP server for Google Calendar — Rust binary, JSON-RPC over stdio
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gcal-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gcal-mcp"
      ]
    }
  }
}