Skip to content
Cursor

mailsink for Cursor

io.github.heocoi/mailsink

Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.

client:Cursor transport:stdio runtime:npm

Install mailsink 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": {
    "mailsink": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mailsink/mcp"
      ],
      "env": {
        "MAILSINK_API_KEY": "<MAILSINK_API_KEY>",
        "MAILSINK_API_URL": "<MAILSINK_API_URL>"
      }
    }
  }
}

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

mailsink in other clients