Skip to content

outreach deliverability mcp for Cursor

io.github.closermethod/outreach-deliverability-mcp

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

client:Cursor transport:stdio runtime:npm

Install outreach deliverability mcp in Cursor

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

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

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

outreach deliverability mcp in other clients