What is the Mac Calendar MCP MCP server?
Read-only Mac Calendar MCP server with indexed archive search.
How to install Mac Calendar MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mac-calendar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}Claude Code
claude mcp add mac-calendar-mcp -- uvx mac-calendar-mcpRelated MCP servers
Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.
View repository →