Mac Calendar MCP
Rank #25,360io.github.wagamama/mac-calendar-mcp
Read-only Mac Calendar MCP server with indexed archive search.
Mac Calendar MCP is a Model Context Protocol (MCP) server published by wagamama. It ranks #25,360 of 115,460 servers tracked on MCP Toplist. Mac Calendar MCP is listed on Official MCP, with 2 tracked versions. It was first listed on May 31, 2026 and most recently updated on May 31, 2026.
Ranks ahead of 90,100 of 115,460 servers on MCP Toplist.
Use Mac Calendar MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mac-calendar-mcp -- uvx mac-calendar-mcp[mcp_servers.mac-calendar-mcp]
command = "uvx"
args = ["mac-calendar-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mac-calendar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}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.wagamama%2Fmac-calendar-mcp)<a href="https://mcptoplist.com/server/io.github.wagamama%2Fmac-calendar-mcp"><img src="https://mcptoplist.com/badge/io.github.wagamama%2Fmac-calendar-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
wagamama
Available versions (2)
| Version | Published |
|---|---|
| 0.5.6 | May 31, 2026 |
| 0.1.0 | May 31, 2026 |
Frequently asked questions
- Who maintains Mac Calendar MCP?
- Mac Calendar MCP is maintained by wagamama, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Mac Calendar MCP listed on the Official MCP Registry?
- Yes — Mac Calendar MCP is listed on the Official MCP Registry.
- How many versions does Mac Calendar MCP have?
- MCP Toplist tracks 2 versions of Mac Calendar MCP, most recently published on May 31, 2026.
- Where can I find the source code for Mac Calendar MCP?
- The source code for Mac Calendar MCP is hosted at github.com/wagamama/apple-app-mcp.