Skip to content
Cursor

mcp recon ng for Cursor

io.github.daedalus/mcp-recon-ng

MCP server exposing full recon-ng OSINT framework functionality

client:Cursor transport:stdio runtime:pypi

Install mcp recon ng in Cursor

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

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

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

mcp recon ng in other clients