Add Google Calendar MCP to the Community Servers list #406
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new MCP server for Google Calendar integration. The server provides a standardized interface for LLMs to interact with Google Calendar, enabling capabilities like reading, creating, deleting, and managing calendar events.
Server Details
Motivation and Context
This server enables LLMs to interact with Google Calendar through the MCP protocol, allowing them to manage calendar events programmatically. This fills a gap in calendar management capabilities for LLM clients.
How Has This Been Tested?
Yes, I have tested this extensively with Claude desktop and have had a few friends try it as well.
Breaking Changes
No breaking changes as this is a new server implementation.
Types of changes
Checklist
Additional context
The server requires creating or modifying a Google Cloud app to enable calendar API functionality. It requires completing the OAuth flow and was structured to be as similar in steps as possible to the existing google-drive server. It uses TypeScript and follows MCP best practices for tool implementation and error handling.