PluginBench
MCP Server
Maintained
MIT

io.github.daedalus/mcp-shodan MCP Server

io.github.daedalus/mcp-shodan

What is the io.github.daedalus/mcp-shodan MCP server?

MCP server exposing all Shodan API functionality

How to install io.github.daedalus/mcp-shodan

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-shodan": {
      "command": "uvx",
      "args": [
        "mcp-shodan"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-shodan": {
      "command": "uvx",
      "args": [
        "mcp-shodan"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-shodan": {
      "command": "uvx",
      "args": [
        "mcp-shodan"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-shodan": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-shodan"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-shodan -- uvx mcp-shodan

Related MCP servers

MCP server for DeLonghi ECAM espresso coffee machines via local network

1
Python
MIT
View repository →

MCP server exposing cypari2 (PARI/GP) number theory library

1
Python
MIT
View repository →

MCP server for Metasploit Framework via pymetasploit3

1
Python
MIT
View repository →

A sandboxed MCP tool for reverse engineering with multiple tool integrations

1
Python
MIT
View repository →

MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery

1
Python
MIT
View repository →

MCP server exposing sigrok-cli functionality for logic analyzer hardware and protocol decoding

1
Python
MIT
View repository →