Skip to content
Grok

mcp recon ng for Grok

io.github.daedalus/mcp-recon-ng

MCP server exposing full recon-ng OSINT framework functionality

client:Grok transport:stdio runtime:pypi

Install mcp recon ng in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-recon-ng": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-recon-ng"
      ]
    }
  }
}

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

mcp recon ng in other clients