shodan for Claude Desktop
io.github.burtthecoder/shodan
MCP server for Shodan API — device search, IP lookup, DNS, and CVE/CPE queries.
client:Claude Desktop
transport:stdio
runtime:npm
Install shodan in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
],
"env": {
"SHODAN_API_KEY": "<SHODAN_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs