Skip to content
Cursor

OSINT Toolbox for Cursor

io.github.renkagod/osint-toolbox-mcp

Run Sherlock, Maigret, Holehe, GHunt, theHarvester, SpiderFoot and more OSINT tools locally

client:Cursor transport:stdio runtime:pypi

Install OSINT Toolbox in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "osint-toolbox-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "osint-toolbox-mcp"
      ],
      "env": {
        "OSINT_SPIDERFOOT_DIR": "<OSINT_SPIDERFOOT_DIR>",
        "OSINT_BLACKBIRD_DIR": "<OSINT_BLACKBIRD_DIR>",
        "OSINT_EXIFTOOL": "<OSINT_EXIFTOOL>"
      }
    }
  }
}

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

OSINT Toolbox in other clients