Google Calendar MCP Server provides a TypeScript-based integration with Google Calendar API, enabling AI assistants to manage calendar events through a set of standardized tools. Developed by am2rican5, it features persistent token storage for seamless authentication, supports operations like listing calendars, creating/editing/deleting events, and offers both stdio and SSE transport options. The implementation handles OAuth 2.0 authorization flow automatically, making it ideal for AI agents that need to schedule meetings, retrieve calendar information, or manage events without requiring repeated user authentication.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get all available calendars
Retrieve events between specified dates
Add a new event to your calendar
Fetch details for a specific event
Modify an existing calendar event
Remove an event from your calendar