google-calendar-mcp-server

google-calendar-mcp-server

3.1

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 tools for interacting with Google Calendar API. This server enables you to manage your calendar events programmatically through the MCP interface.

The Google Calendar MCP Server is designed to facilitate seamless interaction with the Google Calendar API, allowing users to manage their calendar events programmatically. This server is particularly useful for developers looking to integrate calendar functionalities into their applications without directly handling the complexities of the Google Calendar API. By leveraging the MCP interface, users can perform operations such as listing, creating, updating, and deleting calendar events with ease. The server requires Node.js and a Google Cloud Console setup to enable the Google Calendar API and configure OAuth 2.0 credentials. Once set up, users can execute various calendar operations through simple JSON commands, making it a powerful tool for automating calendar management tasks.

Features

  • list_events: List upcoming calendar events with date range filtering
  • create_event: Create new calendar events with attendees
  • update_event: Update existing calendar events
  • delete_event: Delete calendar events