Odel
apple productivity mcp

apple productivity mcp

Local
@gambadioJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gambadio/apple-productivity-mcpv2.1.1

Run

npx -y @gambadio/apple-productivity-mcp

MCP client config

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