Skip to content

outreach deliverability mcp for Grok

io.github.closermethod/outreach-deliverability-mcp

Channel-safety for cold outreach: volume limits, SPF/DKIM/DMARC, spam-trigger auditing.

client:Grok transport:stdio runtime:npm

Install outreach deliverability mcp in Grok

.mcp.json (in your project root)

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

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

outreach deliverability mcp in other clients