gCalendar-mcp-python
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 →mcp-server-template
by narumiruna
The MCP Server Template is a foundational framework designed to facilitate the development and deployment of model context protocol servers, leveraging LLM and MCP technologies.
MCP-Github-Oauth
by Nikhil-Patil-RI
This document provides a guide to setting up a Model Context Protocol (MCP) server environment, specifically for integrating with the Claude desktop app and debugging using the MCP Inspector.
mcp-server-examples
by kyungseok-lee
This project includes examples of Model Context Protocol (MCP) servers, implementing functionalities like BMI calculation and weather information retrieval.
benchmark-proxy-mcp
by zengzhuozhen
The benchmark-proxy is an MCP server designed to facilitate the benchmarking of model context protocols, providing a robust environment for testing and evaluation.
binoculo-mcp
by girorme
BinoculoMCP is a Message Control Protocol (MCP) Server designed to interact with the Binoculo tool for banner-grabbing operations.