MCP Google Calendar Plus
JSON →A server for full Google Calendar management, including creating, updating, and deleting events. Requires Google OAuth2 authentication.
Install
npx (Recommended) Tools · 8
- list_calendars Lists all available Google Calendars for the authenticated user.
- list_events Lists events from a specified Google Calendar within a given time range.
- create_event Creates a new event on a specified Google Calendar.
- update_event Updates an existing event on a specified Google Calendar.
- delete_event Deletes an event from a specified Google Calendar.
- get_event Retrieves details of a specific event from a Google Calendar.
- quick_add_event Quickly adds an event using natural language text.
- find_free_slots Finds free time slots across multiple calendars.
Environment variables
GOOGLE_CLIENT_IDYOUR_CLIENT_IDGOOGLE_CLIENT_SECRETYOUR_CLIENT_SECRET