Skip to content
Cursor

mailappmcp for Cursor

io.github.aernouddekker/mailappmcp

MCP server for macOS Mail.app — gives Claude native email access via AppleScript

client:Cursor transport:stdio runtime:npm

Install mailappmcp in Cursor

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

{
  "mcpServers": {
    "mailappmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mailappmcp"
      ]
    }
  }
}

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

mailappmcp in other clients