RustScan (MCP Server)

GitHub

๐Ÿค– The Modern Port Scanner ๐Ÿค–

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "RustScan": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-RustScan"
      ]
    }
  }
}