Kali MCP Server
Kali MCP Server
Native installation
1) Install via apt
sudo apt install mcp-kali-server2) Start the API server
kali-server-mcp --port 5000 --ip 127.0.0.1
# --debug flag available for verbose output
# --ip 0.0.0.0 to bind all interfaces (dangerous β avoid on untrusted networks)3) Start the MCP Bridge (same machine)
mcp-server --server http://127.0.0.1:5000Remote SSH Tunnel Setup
1) Terminal 1 β tunnel to Kali
2) Terminal 2 β run the MCP bridge locally
Docker (Isolated)
1) Self-contained environment
Connecting to Claude Desktop
Last updated