Shodan
Rank #5,625io.github.BurtTheCoder/shodan
MCP server providing shodan capabilities
Shodan is a Model Context Protocol (MCP) server published by w0h1v. It ranks #5,625 of 115,460 servers tracked on MCP Toplist, and its repository has 160 GitHub stars. Shodan is listed across 5 registries — Official MCP, Smithery, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Dec 11, 2024 and most recently updated on Mar 3, 2026.
Ranks ahead of 109,835 of 115,460 servers on MCP Toplist.
Use Shodan
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add shodan -e "SHODAN_API_KEY=<your SHODAN_API_KEY>" -- npx -y @burtthecoder/mcp-shodanReplace each placeholder with your own value before saving.
[mcp_servers.shodan]
command = "npx"
args = ["-y", "@burtthecoder/mcp-shodan"]
[mcp_servers.shodan.env]
SHODAN_API_KEY = "<your SHODAN_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
],
"env": {
"SHODAN_API_KEY": "<your SHODAN_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
],
"env": {
"SHODAN_API_KEY": "<your SHODAN_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"shodan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
],
"env": {
"SHODAN_API_KEY": "<your SHODAN_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
],
"env": {
"SHODAN_API_KEY": "<your SHODAN_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"shodan": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-shodan"
],
"env": {
"SHODAN_API_KEY": "<your SHODAN_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BurtTheCoder%2Fshodan)<a href="https://mcptoplist.com/server/io.github.BurtTheCoder%2Fshodan"><img src="https://mcptoplist.com/badge/io.github.BurtTheCoder%2Fshodan.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (4 delisted)
w0h1v
Other servers by w0h1v
View all w0h1v servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.22 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Shodan?
- Shodan is maintained by w0h1v, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Shodan listed on the Official MCP Registry?
- Yes — Shodan is listed on the Official MCP Registry, alongside Smithery, PulseMCP, mcp.so and Glama.
- How many versions does Shodan have?
- MCP Toplist tracks 2 versions of Shodan, most recently published on Mar 3, 2026.
- Where can I find the source code for Shodan?
- The source code for Shodan is hosted at github.com/w0h1v/mcp-shodan.