Google Calendar
📋 Productivity
Manage Google Calendar events. Create, update, delete, and search events. Check availability, handle recurring events, and smart scheduling with natural language.
Tools (7)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"-y",
"@cocal/google-calendar-mcp"
],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "your-google-oauth-credentials-here"
}
}
}
}