nmap-mcp-server

Raiaan-GB/nmap-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP servers exposing Nmap network scanning and task-list tools to LLM agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nmap-mcp-server": {
      "command": "uvx",
      "args": [
        "nmap-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nmap-mcp-server