kali-mcp-server

mamanwhide/kali-mcp-server
★ 1 stars Python 💻 Code/Dev Tools Updated 11d ago
A Model Context Protocol (MCP) server that exposes Kali Linux penetration testing tools as structured, callable tools for large language models. Designed for integration with VS Code GitHub Copilot and any MCP-compatible LLM client.
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-server": {
      "command": "uvx",
      "args": [
        "kali-mcp-server"
      ]
    }
  }
}

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

Topics

ai-agentai-penetration-testingautomation-testing