Skip to content
Grok

mailsink for Grok

io.github.heocoi/mailsink

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

client:Grok transport:stdio runtime:npm

Install mailsink in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mailsink in other clients