githubEdit

Kali MCP Server

Kali MCP Server

Link: https://mcpservers.org/en/servers/k3nn3dy-ai/kali-mcp

Check available tool categories in the link above.

Native installation

1) Install via apt

sudo apt install mcp-kali-server

2) 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:5000

Remote 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

claude_desktop_config.json

Docker Variant

Last updated