Skip to content
Cursor

apple productivity mcp for Cursor

io.github.gambadio/apple-productivity-mcp

On-demand local Apple Mail, Calendar, and Reminders MCP server for macOS.

client:Cursor transport:stdio runtime:npm

Install apple productivity mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "apple-productivity-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gambadio/apple-productivity-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

apple productivity mcp in other clients