Productivity
Google Calendar MCP
nspady/google-calendar-mcp (@cocal/google-calendar-mcp) gives agents OAuth-backed access to Google Calendar—list and create events, check availability, and manage schedules from Cursor or Claude.
Stars
1.2k
Installs
88.0k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 1.2k · catalog
- Freshness: Updated 2026-06-01
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: GOOGLE_OAUTH_CREDENTIALS
- · Node.js 18+
Reference command
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@cocal/google-calendar-mcp"],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "</path/to/gcp-oauth.keys.json>"
}
}
}
}