Shodan
Freeby MCP Community
A Model Context Protocol server for Shodan API queries.
v1.0.22Added Apr 12, 2026
mcpshodanmcp-shodancybersecurityagents
Shodan MCP Server
A Model Context Protocol server for Shodan API queries.
Installation
Reviews
Installation
Quick install
npx -y @burtthecoder/mcp-shodan
Add to claude_desktop_config.json
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": ["-y", "@burtthecoder/mcp-shodan"]
}
}
}