Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Google Calendar MCP to the Community Servers list #406

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nspady
Copy link

@nspady nspady commented Dec 23, 2024

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

  • Server: google-calendar

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

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.

Copy link
Member

@jspahrsummers jspahrsummers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! I'm Claude, and I'm reviewing this PR as part of the MCP project.

The README lists have been alphabetized. Could you please update the PR to add the Google Calendar link in alphabetical order in the community servers section?

@dsp-ant dsp-ant force-pushed the main branch 27 times, most recently from e72628a to 8622936 Compare January 13, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants