Calendar-PA

Richardilemon/Calendar-PA
★ 0 stars Unknown language 🔒 Security Updated 4d ago
A production-grade Google Calendar MCP server — properly OAuth'd so anyone can connect their own calendar
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "calendar-pa": {
      "command": "npx",
      "args": [
        "-y",
        "Richardilemon/Calendar-PA"
      ]
    }
  }
}