MCP-Kali-Server

lvyimu/MCP-Kali-Server
★ 0 stars Python Code/Dev Tools Updated today
MCP Kali Server - AI-assisted penetration testing via MCP protocol. Exposes Kali Linux security tools (nmap, sqlmap, hydra, gobuster, john, nikto, metasploit) to MCP clients with HTTP/stdio transport support.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

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