What is the macOS Calendar & Reminders MCP server?
macOS Calendar & Reminders MCP server (24 tools). Native Swift EventKit, iCloud/Google/Exchange.
How to install macOS Calendar & Reminders
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": {
"che-ical-mcp": {
"command": "https://github.com/kiki830621/che-ical-mcp/releases/download/v1.1.0/che-ical-mcp.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"che-ical-mcp": {
"command": "https://github.com/kiki830621/che-ical-mcp/releases/download/v1.1.0/che-ical-mcp.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"che-ical-mcp": {
"command": "https://github.com/kiki830621/che-ical-mcp/releases/download/v1.1.0/che-ical-mcp.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"che-ical-mcp": {
"type": "stdio",
"command": "https://github.com/kiki830621/che-ical-mcp/releases/download/v1.1.0/che-ical-mcp.mcpb",
"args": []
}
}
}Claude Code
claude mcp add che-ical-mcp -- https://github.com/kiki830621/che-ical-mcp/releases/download/v1.1.0/che-ical-mcp.mcpbRelated MCP servers
Apple Mail MCP — 44 tools, SQLite millisecond search, .emlx parser, batch ops
View repository →