An MCP server to interact with Google Calendar
Project description
Google Calendar MCP Server

This repository provides a Model Context Protocol (MCP) server that integrates with the Google Calendar API. It allows users to list, create, delete, and update calendar events. The server is designed to work with Anthropic's Claude Desktop as an MCP client.
🚀 Features
- Interact with Google Calendar: list, add, delete, and update events
- Seamless integration with Claude Desktop via MCP
🧰 Prerequisites
- A Google Account
- Anthropic Claude Desktop
📦 Installation
-
Install UV Package Manager: Follow the instructions on the official UV installation guide.
-
Clone the Repository and Set Up Environment:
git clone https://github.com/rsc1102/Google_Calendar_MCP.git cd Google_Calendar_MCP uv sync
-
Create Google Cloud Credentials:
- Visit Google Cloud Console.
- Create a new project or select an existing one.
- Enable the Google Calendar API.
- Navigate to APIs & Services > Credentials.
- Click Create Credentials > OAuth Client ID:
- Choose Desktop app as the application type.
- Download the generated
credentials.jsonfile. - Place
credentials.jsoninside theGoogle_Calendar_MCPdirectory.
🔌 Integration with Claude Desktop
-
Locate Configuration File: Open the
claude_desktop_config.jsonfile on your system:Linux/macOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows (PowerShell):
code $env:AppData\Claude\claude_desktop_config.json
-
Add MCP Server Configuration: Add the following to the
mcpServerssection:{ "mcpServers": { "calendar": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/Google_Calendar_MCP", "run", "calendar_mcp.py" ] } } }
-
Restart Claude Desktop.
-
Create a New Project in Claude Desktop.
-
Set Timezone: In the project's knowledge section, define your local timezone using the IANA Time Zone format (e.g.,
timeZone="America/New_York"). -
Start Chatting: Begin interacting with Claude to manage your Google Calendar events.
Note: When using the server for the first time, Google will prompt you to authenticate and grant permission to access your calendar.
🎬 In Action
https://github.com/user-attachments/assets/75da4943-15c4-4ec2-bc5d-af4af3509031
📬 Support
For issues or questions, please open an issue in this repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_rsc1102_google_calendar_mcp-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_rsc1102_google_calendar_mcp-0.1.0.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26365d311cf720415439c598771d4f811b1b44972a36a872442d953455865a21
|
|
| MD5 |
c6e1bef62b27fcb6af5b38781d676acb
|
|
| BLAKE2b-256 |
8fb903902f202cff7c7198bbc2d65a6c8360e7687bc606485605e1e601715b15
|
File details
Details for the file iflow_mcp_rsc1102_google_calendar_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_rsc1102_google_calendar_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1afd1de2ef84b6a2ae3d6fbcd454e0929e31a3c4fe942eb498ad8d3547b6c26c
|
|
| MD5 |
2c4017f5b0a6c6f50002fb4fd59e8ee6
|
|
| BLAKE2b-256 |
db77524a0bdedb9943901602bcabf36e1e677903ed581877edb819b3292f2743
|