A production-grade Google Calendar MCP server — properly OAuth'd so anyone can connect their own calendar
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"
]
}
}
}
Run in terminal:
claude mcp add calendar-pa npx -y Richardilemon/Calendar-PA
Add to .cursor/mcp.json:
{
"mcpServers": {
"calendar-pa": {
"command": "npx",
"args": [
"-y",
"Richardilemon/Calendar-PA"
]
}
}
}