Calendar
Freeby MCP Community
Google Calendar MCP server with auto authentication support
v1.0.1Added Apr 12, 2026
calendargoogle-calendarmcpcursorai
Calendar MCP Server
Google Calendar MCP server with auto authentication support
Installation
Reviews
Installation
Quick install
npx -y @nchufa/calendar
Add to claude_desktop_config.json
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": ["-y", "@nchufa/calendar"]
}
}
}