Skip to content
Cursor

mcp shodan for Cursor

io.github.daedalus/mcp-shodan

MCP server exposing all Shodan API functionality

client:Cursor transport:stdio runtime:pypi

Install mcp shodan in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-shodan": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-shodan"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp shodan in other clients