OSINT Toolbox for Grok
io.github.renkagod/osint-toolbox-mcp
Run Sherlock, Maigret, Holehe, GHunt, theHarvester, SpiderFoot and more OSINT tools locally
client:Grok
transport:stdio
runtime:pypi
Install OSINT Toolbox in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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