google-calendar-mcp
Google Calendar MCP Server is a protocol integration server aimed at facilitating seamless interactions between Google Calendar and Claude Desktop. It supports natural language interaction for managing calendar events, employing secure authentication and robust event management features.
How do I authenticate with Google Calendar?
The server uses OAuth2 for authentication. Ensure your Google OAuth credentials are set in the environment variables.
Can I manage recurring events?
Yes, the server supports creating and updating recurring events using the recurrence
parameter.
What should I do if I encounter JSON parsing errors?
Ensure you are using version 0.6.7 or later, which fixes JSON-RPC message parsing issues.
How can I switch Google accounts without restarting Claude?
Use the authenticate
tool to re-authenticate and switch accounts during a session.
What if I cannot access localhost for authentication?
Set USE_MANUAL_AUTH=true
in your environment variables to enable manual authentication.