★ 115 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
MCP server for Shodan — search internet-connected devices, IP reconnaissance, DNS lookups, and CVE/CPE vulnerability intelligence. Works with Claude Code, Codex, Gemini CLI, and Claude Desktop.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-shodan": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-shodan"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-shodan npx -y BurtTheCoder/mcp-shodan
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-shodan": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-shodan"
]
}
}
}
📋 Copy
Topics
ai-tools claude cpe cve cybersecurity dns ip-lookup mcp mcp-server model-context-protocol network-security osint reconnaissance security shodan