Skip to content
Cursor

email for Cursor

io.github.blipemail/email

MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes

client:Cursor transport:stdio runtime:npm

Install email 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": {
    "email": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@useblip/email"
      ],
      "env": {
        "BLIP_API_KEY": "<BLIP_API_KEY>"
      }
    }
  }
}

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

email in other clients