Kali-MCP-tool

Grand38D/Kali-MCP-tool
★ 3 stars Python 🤖 AI/LLM Updated 1mo ago
一个大模型MCP 工具,可以使用KALI系统进行自动化的渗透测试,实测可以使用Cloude ,Gemini, Qwen模型进行测试,MCP需要使用chatbox,其它客户端软件自行测试
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-tool": {
      "command": "uvx",
      "args": [
        "kali-mcp-tool"
      ]
    }
  }
}

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