Server Calendar Autoauth
Freeby MCP Community
A Model Context Protocol server for Google Calendar integration with auto authentication
v1.0.2Added Apr 12, 2026
calendareventsschedulingmcpmodel-context-protocol
Server Calendar Autoauth MCP Server
A Model Context Protocol server for Google Calendar integration with auto authentication
Installation
Reviews
Installation
Quick install
npx -y @gongrzhe/server-calendar-autoauth-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"server-calendar-autoauth": {
"command": "npx",
"args": ["-y", "@gongrzhe/server-calendar-autoauth-mcp"]
}
}
}