BurtTheCoder/mcp-shodan
MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
Quick Start
Clone the repository:
git clone https://github.com/BurtTheCoder/mcp-shodanClaude Desktop configuration example:
{
"mcpServers": {
"mcp-shodan": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-shodan"
]
}
}
}Check the repository README for specific installation and configuration instructions.