k3nn3dy-ai/kali-mcp
This project provides a Docker containerized MCP server that runs on Kali Linux, giving AI assistants (like Claude) access to a full suite of security and penetration testing tools. The server communicates via Server-Sent Events (SSE) and allows AI to execute commands in a controlled environment.
Platform-specific configuration:
{
"mcpServers": {
"kali-mcp": {
"command": "npx",
"args": [
"-y",
"kali-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...