calendar-mcp
If you are the rightful owner of calendar-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Google Calendar MCP Server is a Python-based server that interfaces between LLMs and the Google Calendar API, enabling natural language calendar operations.
mcp_google_calendar_list_calendars
Lists all calendars available to the user.
mcp_google_calendar_create_calendar
Creates a new calendar.
mcp_google_calendar_find_events
Finds events with basic and advanced filtering.
mcp_google_calendar_create_event
Creates detailed events.
mcp_google_calendar_quick_add_event
Quickly adds events from text.
mcp_google_calendar_update_event
Updates existing events.
mcp_google_calendar_delete_event
Deletes events.
mcp_google_calendar_add_attendee
Adds attendees to events.
mcp_google_calendar_check_attendee_status
Checks the response status of attendees.
mcp_google_calendar_query_free_busy
Queries free/busy information for multiple calendars.
mcp_google_calendar_schedule_mutual
Finds mutual free slots and schedules meetings automatically.
mcp_google_calendar_analyze_busyness
Analyzes daily event counts and durations.