kali-mcp-server

PacianChigo/kali-mcp-server
★ 0 stars Unknown language AI/LLM Updated 1d ago
A Model Context Protocol (MCP) server that lets Claude Desktop run commands and manage files on a Kali Linux machine — turns AI chat into direct remote execution over a secured SSH connection.
View on GitHub → 🔍 Audit Wallet Slippage →

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": "npx",
      "args": [
        "-y",
        "PacianChigo/kali-mcp-server"
      ]
    }
  }
}