Kashyab19/google-calendar-mcp-server
If you are the rightful owner of google-calendar-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that integrates with Google Calendar using the Smithery framework, allowing AI assistants to manage calendar data and user authentication.
Tools
Functions exposed to the LLM to take actions
list_calendars
List all accessible calendars.
get_calendar
Get details of a specific calendar.
create_calendar
Create a new calendar.
update_calendar
Update calendar properties.
delete_calendar
Delete a calendar.
search_calendars
Search calendars by name or description.
list_events
List events from a calendar.
get_event
Get details of a specific event.
create_event
Create a new event.
update_event
Update event properties.
delete_event
Delete an event.
search_events
Search events across calendars.
check_auth_status
Check current authentication status.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client