MCP Calendar
@tobedoit
About MCP Calendar
MCP Google Calendar Server with python
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-calendar-python": {
"command": "uvx",
"args": [
"mcp-calendar-python"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_REFRESH_TOKEN": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Calendar?
MCP Calendar is a tool that uses the Model Context Protocol (MCP) server to create, modify, and check Google Calendar events. It is designed for users of the Claude Desktop app, integrating with Google Calendar via OAuth2 authentication.
How to use MCP Calendar?
Install the package via pip install mcp-calendar-python, set the required environment variables (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN), and configure the Claude Desktop app to run the MCP server using uvx with the argument mcp-calendar-python. Once set up, you can ask Claude to add events using natural language.
Key features of MCP Calendar
- Create Google Calendar events from Claude Desktop.
- Modify existing calendar events.
- Check event details.
- Uses OAuth2 for secure Google Calendar API authentication.
Use cases of MCP Calendar
- Schedule a team meeting for tomorrow at 2 PM.
- Add a lunchtime meeting on May 15.
- Quickly create events via natural language prompts in Claude Desktop.
FAQ from MCP Calendar
What are the prerequisites for using MCP Calendar?
You need Python 3.10 or higher, OAuth 2.0 client ID and secret from Google Cloud Console, and the Claude Desktop app.
How do I authenticate with Google Calendar?
Set the environment variables GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REFRESH_TOKEN with credentials obtained from Google Cloud Console.
What operations can I perform on Google Calendar events?
You can create, modify, and check events in Google Calendar through Claude Desktop.
More Productivity MCP servers
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
Comments