Skip to content
Cursor

Mail.app for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Mail.app in Cursor

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

{
  "mcpServers": {
    "mail-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@p-l-ta/mail-mcp"
      ]
    }
  }
}

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

Mail.app in other clients