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 henry@mcphub.com.
A Model Context Protocol (MCP) server that provides access to Google Calendar data.
The Google Calendar MCP Server is designed to facilitate seamless access to Google Calendar data through a Model Context Protocol. This server allows users to list available calendars, find available time slots, and retrieve upcoming events from a specified calendar. It requires Python 3.9 or higher and a Google Cloud project with the Calendar API enabled. Users must also set up OAuth2 credentials to authenticate with Google services. Once set up, the server can be run to provide these functionalities, making it a useful tool for integrating calendar data into various applications.
Features
- List available Google Calendars
- Find available time slots in a calendar
- Get upcoming events from a calendar
Tools
list_calendars
Lists all available Google Calendars.
get_available_slots
Finds available time slots in a calendar.
get_upcoming_events
Gets upcoming events from a calendar.