Google Calendar
Summary
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.
Available Actions(6)
list_calendars
Get all available calendars.
list_calendar_events
Retrieve events between specified dates.
create_calendar_event
Add a new event to your calendar.
get_calendar_event
Fetch details for a specific event.
edit_calendar_event
Modify an existing calendar event.
delete_calendar_event
Remove an event from your calendar.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation