Skip to content
Cursor

mailbox mcp for Cursor

io.github.jgalea/mailbox-mcp

Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.

client:Cursor transport:stdio runtime:npm

Install mailbox mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mailbox-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mailbox-mcp"
      ],
      "env": {
        "MAILBOX_MCP_PASSPHRASE": "<MAILBOX_MCP_PASSPHRASE>"
      }
    }
  }
}

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

mailbox mcp in other clients