MCP Servers / productivity / MCP Google Calendar Plus

MCP Google Calendar Plus

JSON →
httpnoneproductivity

A server for full Google Calendar management, including creating, updating, and deleting events. Requires Google OAuth2 authentication.

Install
How to run this server
[ { "cmd": "npx (Recommended)", "imports": [] } ]
server path: mcp-google-calendar-plus
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envGOOGLE_CLIENT_ID
envYOUR_CLIENT_ID
envGOOGLE_CLIENT_SECRET
envYOUR_CLIENT_SECRET
Resources
MCP Google Calendar Plus — MCP Server · libregistry