gcal-mcp

Kembec/gcal-mcp
★ 0 stars Rust API Integration Updated 2mo ago
MCP server for Google Calendar — Rust binary, JSON-RPC over stdio
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}