kali_mcp

rswingle/kali_mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
mcp server granting access to kali linux tools
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install kali-mcp

README Excerpt

A Model Context Protocol (MCP) server that exposes Kali Linux tools to AI agents. This allows LLMs to discover and execute security testing tools like nmap, sqlmap, hydra, metasploit, etc. This server runs inside a Kali Linux Docker container and provides MCP tools to: - List all available Kali tools

Tools (1)

Dockerfile