Google Calendar MCP Server
Rank #43,106io.github.AMMAR-62/mewcp-google-calendar
Schedule smarter - create, search, and manage Google Calendar events through AI.
Google Calendar MCP Server is a Model Context Protocol (MCP) server published by asthetech. It ranks #43,106 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Google Calendar MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 25, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 72,485 of 115,591 servers on MCP Toplist.
Use Google Calendar MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mewcp-google-calendar -- docker run -i --rm docker.io/ammar62/mewcp-google-calendar:latest[mcp_servers.mewcp-google-calendar]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/ammar62/mewcp-google-calendar:latest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mewcp-google-calendar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/ammar62/mewcp-google-calendar:latest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mewcp-google-calendar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/ammar62/mewcp-google-calendar:latest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mewcp-google-calendar": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/ammar62/mewcp-google-calendar:latest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mewcp-google-calendar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/ammar62/mewcp-google-calendar:latest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mewcp-google-calendar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/ammar62/mewcp-google-calendar:latest"
]
}
}
}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.AMMAR-62%2Fmewcp-google-calendar)<a href="https://mcptoplist.com/server/io.github.AMMAR-62%2Fmewcp-google-calendar"><img src="https://mcptoplist.com/badge/io.github.AMMAR-62%2Fmewcp-google-calendar.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
asthetech
Other servers by asthetech
View all asthetech servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 25, 2026 |
Frequently asked questions
- Who maintains Google Calendar MCP Server?
- Google Calendar MCP Server is maintained by asthetech, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Google Calendar MCP Server listed on the Official MCP Registry?
- Yes — Google Calendar MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Google Calendar MCP Server have?
- MCP Toplist tracks 1 version of Google Calendar MCP Server, most recently published on Jun 25, 2026.
- Where can I find the source code for Google Calendar MCP Server?
- The source code for Google Calendar MCP Server is hosted at github.com/asthetech/mewcp-google-calendar.