PluginBench
MCP Server

Calendar.app MCP Server

io.github.p-l-ta/calendar-mcp

What is the Calendar.app MCP server?

List, search, and manage calendar events via macOS Calendar.app across all configured accounts.

How to install Calendar.app

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": {
    "calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@p-l-ta/calendar-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@p-l-ta/calendar-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "calendar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@p-l-ta/calendar-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "calendar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@p-l-ta/calendar-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add calendar-mcp -- npx -y @p-l-ta/calendar-mcp

Related MCP servers

Search, read, send, and manage email via macOS Mail.app across all configured accounts.

View repository →