calendar-mcp
Rank #4,601io.github.deciduus/calendar-mcp
Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.
calendar-mcp is a Model Context Protocol (MCP) server published by deciduus. It ranks #4,601 of 131,708 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. calendar-mcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Apr 24, 2025 and most recently updated on Sep 5, 2026.
Ranks ahead of 127,107 of 131,708 servers on MCP Toplist.
Use calendar-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add calendar-mcp -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -e "TOKEN_FILE_PATH=<your TOKEN_FILE_PATH>" -- uvx calendar-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.calendar-mcp]
command = "uvx"
args = ["calendar-mcp-server"]
[mcp_servers.calendar-mcp.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"
TOKEN_FILE_PATH = "<your TOKEN_FILE_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"calendar-mcp": {
"command": "uvx",
"args": [
"calendar-mcp-server"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"TOKEN_FILE_PATH": "<your TOKEN_FILE_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"calendar-mcp": {
"command": "uvx",
"args": [
"calendar-mcp-server"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"TOKEN_FILE_PATH": "<your TOKEN_FILE_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"calendar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"calendar-mcp-server"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"TOKEN_FILE_PATH": "<your TOKEN_FILE_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"calendar-mcp": {
"command": "uvx",
"args": [
"calendar-mcp-server"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"TOKEN_FILE_PATH": "<your TOKEN_FILE_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"calendar-mcp": {
"command": "uvx",
"args": [
"calendar-mcp-server"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"TOKEN_FILE_PATH": "<your TOKEN_FILE_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.deciduus%2Fcalendar-mcp)<a href="https://mcptoplist.com/server/io.github.deciduus%2Fcalendar-mcp"><img src="https://mcptoplist.com/badge/io.github.deciduus%2Fcalendar-mcp.svg" alt="MCP Toplist: Top 5% of 131,708" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
deciduus
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Sep 5, 2026 |
Frequently asked questions
- Who maintains calendar-mcp?
- calendar-mcp is maintained by deciduus, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is calendar-mcp listed on the Official MCP Registry?
- Yes — calendar-mcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does calendar-mcp have?
- MCP Toplist tracks 1 version of calendar-mcp, most recently published on Sep 5, 2026.
- Where can I find the source code for calendar-mcp?
- The source code for calendar-mcp is hosted at github.com/deciduus/calendar-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.