Integrations
Provides secure access to Kali Linux penetration testing tools directly through Claude's interface, allowing users to run security tools in an isolated Docker container.
Claude Kali MCP Integration
A clean, minimal implementation of Kali Linux MCP (Model Context Protocol) integration for Claude Desktop, providing secure access to Kali Linux tools through Claude's interface.
Features
- 🐳 Docker-based - Easy deployment with containerization
- 🔒 Isolated Environment - Kali Linux tools in a secure container
- 🔄 Automatic Health Checks - Ensures service reliability
- 📡 MCP Server - Standard protocol for Claude Desktop integration
- 🚀 Quick Setup - Get started with a single command
- 🔧 Configurable - Customize ports and settings as needed
Prerequisites
- Docker (v20.10.0+)
- Docker Compose (v2.0.0+)
- Git (for cloning the repository)
Quick Start
- Clone the repository:Copy
- Start the services:Copy
- Configure Claude Desktop:
- Open Claude Desktop settings
- Set MCP Server URL to:
http://localhost:8081
- Restart Claude Desktop
Project Structure
Troubleshooting
- Port conflicts: Modify the ports in
docker-compose.yml
- Container logs:
docker logs kali-mcp-commander
- Container health:
docker ps --filter "name=kali"
- Network issues: Ensure Docker has proper network access
Contributing
Contributions are welcome! Please read our Contributing Guidelines for details on how to contribute to this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Credits
- Original work by Eduard Ruzga (2024)
- Modified and maintained by Chris Stark (2025)
f2528943306fb6b4af5304651bec9b6f31738d60
You must be authenticated.
Tools
An MCP server that provides secure access to Kali Linux cybersecurity tools through Claude's interface, enabling users to run Kali Linux commands directly from Claude Desktop.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to run commands.Last updated -2556133TypeScriptMIT License
- AsecurityAlicenseAqualityA secure MCP server for Windows Subsystem for Linux environments, facilitating safe command execution with extensive validation and protection against vulnerabilities like shell injection and dangerous commands.Last updated -2249JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that enables secure execution of shell commands across Windows, macOS, and Linux with built-in whitelisting and approval mechanisms for enhanced security.Last updated -13JavaScriptMIT License
- AsecurityFlicenseAqualityA tool that allows penetration testing through Kali Linux commands executed via a Multi-Conversation Protocol server, supporting security testing operations like SQL injection and command execution.Last updated -55TypeScript