
MCP Kali Server
by wh0am123
AI-powered bridge to Kali Linux for automated penetration testing, CTF solving, and security audits.
What it does
MCP Kali Server (MKS) provides a secure API bridge that allows AI agents to execute terminal commands and interact with security tools on a Kali Linux machine. It enables AI-driven offensive security testing, real-time CTF challenge solving, and automated reconnaissance.
Tools
execute_command: Runs raw shell commands on the Kali terminal.nmap: Performs network discovery and security scanning.sqlmap: Automates the detection and exploitation of SQL injection flaws.gobuster/dirb: Conducts directory and DNS brute-forcing.metasploit: Interfaces with the Metasploit Framework for exploitation.nikto: Performs comprehensive web server scanning.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-kali-server": {
"command": "python3",
"args": ["/absolute/path/to/client.py", "--server", "http://127.0.0.1:5000"]
}
}
}
Supported hosts
- Claude Desktop
- 5ire
Quick install
sudo apt install mcp-kali-server && kali-server-mcpInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






