Google Calender
FreeNot checkedAn automation project to integrate Google's Calendar API with MCP (Model Context Protocol) for seamless event management and scheduling. This repository contain
About
An automation project to integrate Google's Calendar API with MCP (Model Context Protocol) for seamless event management and scheduling. This repository contains scripts and tools to automate calendar updates, event creation, and synchronization across platforms, streamlining your workflow.
README
Welcome to the Google Calendar MCP project! 🚀
Easily manage your Google Calendar events (list, add, update, delete) using a powerful Multi-Component Protocol (MCP) server and agent system. This project is designed for seamless integration, automation, and user-friendliness.
✨ What This MCP Server Can Do
- 🔍 List all your upcoming Google Calendar events
- ➕ Add new events with custom details
- ✏️ Update existing events by name or ID
- 🗑️ Delete events from your calendar
- 🛡️ Secure authentication with Google OAuth
- 🖥️ Easy-to-use CLI interface for all operations
🛠️ Getting Started
1. Create Google Cloud Project & Credentials
Create a New Project
- Visit Google Cloud Console
- Click on the project dropdown at the top of the page
- Click "New Project"
- Enter a project name (e.g., "My Calendar App")
- Click "Create"
Enable Google Calendar API
- In the left sidebar, click on "APIs & Services" > "Library"
- Search for "Google Calendar API"
- Click on "Google Calendar API" in the results
- Click "Enable"
Configure OAuth Consent Screen
- Go to "APIs & Services" > "OAuth consent screen"
- Select "External" user type
- Fill in the required information:
- App name
- User support email
- Developer contact information
- Click "Save and Continue"
- Under "Scopes", click "Add or Remove Scopes"
- Add these scopes:
https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events - Click "Save and Continue"
- Under "Test users", click "Add Users"
- Add your email address and any other test users
- Click "Save and Continue"
Create OAuth Credentials
- Go to "APIs & Services" > "Credentials"
- Click "Create Credentials" > "OAuth client ID"
- Select "Desktop app" as the application type
- Name your OAuth client (e.g., "Calendar Desktop Client")
- Click "Create"
- Click "Download JSON" to save your credentials
- Rename the downloaded file to
credentials.json
- Place
credentials.jsonin your project root directory
⚙️ Setup & Installation
2. Create and Activate a Virtual Environment
macOS/Linux
python3 -m venv .venv
source .venv/bin/activate
Windows
python -m venv .venv
.venv\Scripts\activate
3. Install Dependencies
uv sync
🚦 Running the Project
4. Start the Calendar MCP Server
python calendar_mcp.py
5. Open a New Terminal and Start the Calendar Server
python calendar_server.py
🔑 First Time Authentication
- When you use a tool (e.g., list events) for the first time, a browser window will open.
- Log in with your Google account and grant access.
- A
token.jsonfile will be created in your root directory for future access.
📝 Usage Example
- Use the CLI to interact with your calendar.
- Example: List all upcoming events
- The agent will prompt you, and you can type commands like:
List all my upcoming eventsAdd a meeting tomorrow at 3pm called 'Team Sync'Update the event 'Team Sync' to 4pmDelete the event 'Team Sync'
You can now list, add, update, and delete all your Google Calendar events easily! 🎉
👨💻 Developer
Made with ❤️ by KhurramDevOps
Feel free to contribute, open issues, or star the repo!
Installing Google Calender
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/KhurramDevOps/Google_Calender_MCPFAQ
Is Google Calender MCP free?
Yes, Google Calender MCP is free — one-click install via Unyly at no cost.
Does Google Calender need an API key?
No, Google Calender runs without API keys or environment variables.
Is Google Calender hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Google Calender in Claude Desktop, Claude Code or Cursor?
Open Google Calender on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbCompare Google Calender with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
