Skip to content
Claude Desktop

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

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

{
  "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

shodan in other clients