Skip to content
Cursor

mailbridge for Cursor

io.github.creativestefan/mailbridge

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

client:Cursor transport:stdio runtime:npm

Install mailbridge in Cursor

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

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

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

mailbridge in other clients