gCalendar-mcp-python

gCalendar-mcp-python

3.4

MCP Calendar is a tool for creating Google Calendar events using the Model Context Protocol server.

MCP Calendar is a tool designed to facilitate the creation of Google Calendar events through the Model Context Protocol (MCP) server. It integrates with the Claude desktop app, allowing users to create, modify, and view calendar events securely using OAuth2 authentication with the Google Calendar API. The tool requires Python 3.10 or higher and a Google Cloud Console project with OAuth 2.0 credentials. Users can set up environment variables for client ID, client secret, and refresh token to enable seamless interaction with Google Calendar. The tool is distributed under the MIT license, ensuring open-source accessibility and modification.

Features

  • Create Google Calendar events via MCP server in Claude desktop app
  • Secure OAuth2 authentication with Google Calendar API
  • Support for event creation, modification, and viewing

Usage with Different Platforms

mcp

{'command': 'uvx', 'args': ['mcp-calendar-python'], 'env': {'GOOGLE_CLIENT_ID': 'your_client_id', 'GOOGLE_CLIENT_SECRET': 'your_client_secret', 'GOOGLE_REFRESH_TOKEN': 'your_refresh_token'}}

Related MCP Servers

View all python servers →