Awesome Kali MCP Servers

v1.0.0Securitystable

A collection of MCP servers for Kali Linux that empower AI Agents in reverse engineering and security testing, providing network analysis, target sniffing, traffic analysis, binary understanding, and automation capabilities.

agentkali-linuxllmmcp-serversecurity
Share:
101
Stars
0
Downloads
0
Weekly
0/5

What is Awesome Kali MCP Servers?

Awesome Kali MCP Servers is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to collection of mcp servers for kali linux that empower ai agents in reverse engineering and security testing, providing network analysis, target sniffing, traffic analysis, binary understanding, and au...

A collection of MCP servers for Kali Linux that empower AI Agents in reverse engineering and security testing, providing network analysis, target sniffing, traffic analysis, binary understanding, and automation capabilities.

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A collection of MCP servers for Kali Linux that empower AI A

Use Cases

Kali Linux agent integration
Network analysis and traffic monitoring
Reverse engineering support
VERMAXVR

Maintainer

LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awsome-kali-mcpservers

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Awesome Kali MCP Servers

Awesome Kali MCP Servers is a curated collection of Model Context Protocol servers designed to run on Kali Linux, empowering AI agents such as Claude to assist with security testing and reverse engineering workflows. The collection integrates with standard Kali Linux security tools to provide capabilities including network analysis, packet sniffing, traffic monitoring, binary analysis, and automated security task execution — turning an AI assistant into an active participant in penetration testing and research.

Prerequisites

  • Kali Linux installed (bare metal, VM, or WSL2) with standard security tools available
  • Python 3.10+ and pip installed
  • An MCP-compatible AI client such as Claude Desktop or Cursor
  • Root or sudo access for network analysis tools (nmap, tcpdump, Wireshark)
  • Relevant Kali tools installed for the specific MCP server you want to use (e.g., nmap, binwalk, radare2)
1

Clone the repository

Clone the awsome_kali_MCPServers repository to your Kali Linux system.

git clone https://github.com/VERMAXVR/awsome_kali_MCPServers.git
cd awsome_kali_MCPServers
2

Install Python dependencies

Install the required Python packages. Each MCP server in the collection may have its own requirements file inside its subdirectory.

pip install -r requirements.txt
3

Identify and configure the specific MCP server

The collection contains multiple specialized servers for different security domains. Navigate to the relevant server directory and review its configuration options before registering it with your MCP client.

ls -la  # list available servers in the collection
cd network_analysis  # example: navigate to a specific server
4

Register the server with your MCP client

Add the chosen server to your MCP client configuration. The example below registers a Python-based Kali MCP server using uv. Adjust the path and script name to match the specific server you want to use.

{
  "mcpServers": {
    "kali-security": {
      "command": "python",
      "args": ["/path/to/awsome_kali_MCPServers/server.py"]
    }
  }
}
5

Run with appropriate privileges

Network analysis and packet capture tools require elevated privileges. Ensure Claude Desktop or your MCP client process has sudo access, or pre-configure the specific tools to run with the necessary permissions.

# Example: allow nmap to run without sudo using setcap
sudo setcap cap_net_raw+ep $(which nmap)

Awesome Kali MCP Servers Examples

Client configuration

Example Claude Desktop configuration for a Kali security MCP server.

{
  "mcpServers": {
    "kali-security": {
      "command": "python",
      "args": ["/path/to/awsome_kali_MCPServers/server.py"]
    }
  }
}

Prompts to try

Example prompts for security testing and reverse engineering tasks through the Kali MCP servers.

- "Run an nmap SYN scan on 192.168.1.0/24 and identify open ports and service versions"
- "Analyze the binary at /home/kali/samples/malware.bin and identify suspicious strings"
- "Capture network traffic on eth0 for 30 seconds and summarize the top talkers"
- "Check if 192.168.1.50 is vulnerable to common web application exploits"
- "Decompile the function at offset 0x401000 in the target binary and explain what it does"

Troubleshooting Awesome Kali MCP Servers

Tools fail with 'Permission denied' when running network scans

Network analysis tools like nmap and tcpdump require root privileges. Either run the MCP client with sudo, or use Linux capabilities to grant specific tools raw socket access: sudo setcap cap_net_raw+ep $(which nmap).

A required Kali tool is not found on PATH

Install the missing tool via apt: sudo apt install nmap, sudo apt install wireshark, sudo apt install binwalk, etc. Kali's meta-packages (kali-tools-top10, kali-tools-reverse-engineering) can install entire tool categories at once.

Python dependencies fail to install on Kali Linux

Kali Linux may have conflicts between system Python packages and pip-installed packages. Use a virtual environment: python3 -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt. Update the MCP config command to point to the venv Python binary.

Frequently Asked Questions about Awesome Kali MCP Servers

What is Awesome Kali MCP Servers?

Awesome Kali MCP Servers is a Model Context Protocol (MCP) server that collection of mcp servers for kali linux that empower ai agents in reverse engineering and security testing, providing network analysis, target sniffing, traffic analysis, binary understanding, and automation capabilities. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Awesome Kali MCP Servers?

Follow the installation instructions on the Awesome Kali MCP Servers GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Awesome Kali MCP Servers?

Awesome Kali MCP Servers works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Awesome Kali MCP Servers free to use?

Yes, Awesome Kali MCP Servers is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Awesome Kali MCP Servers Alternatives — Similar Security Servers

Looking for alternatives to Awesome Kali MCP Servers? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "awsome-kali-mcpservers": { "command": "npx", "args": ["-y", "awsome-kali-mcpservers"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Awesome Kali MCP Servers?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides