Kali MCP Server

Kali MCP Server

Enables AI assistants to execute penetration testing commands and security tools on Kali Linux remotely. Supports automated reconnaissance, vulnerability scanning, and CTF solving through integration with 25+ offensive security tools like nmap, gobuster, and nuclei.

Category
访问服务器

README

MCP Kali Server

Kali MCP Server — by Lakshmikanthan (Letchu) — GitHub: letchupkt Lightweight API bridge that connects MCP Clients (examples: Claude Desktop, 5ire) to a Kali Linux terminal. It enables MCPs to execute terminal commands, interact with web applications, and run AI-assisted offensive security workflows.


🔍 Overview

Kali MCP Server exposes a controlled API that allows authorized MCP clients to remotely run commands (e.g. nmap, curl, gobuster) and receive structured output. The project is designed to accelerate automated penetration testing, CTF solving, and AI-driven reconnaissance by combining Kali tooling with local or remote LLMs.

Use-cases include:

  • AI-assisted penetration testing and bug hunting.
  • Solving web CTF challenges in real time (useful for HTB/THM/CTF practice).
  • Orchestrating recon/exploit chains through a single MCP interface.

🚀 Key Features

  • 🧠 AI Endpoint Integration — connect the Kali host to any MCP or LLM endpoint (OpenAI, Claude, DeepSeek, or other local models).
  • 🖥️ Command Execution API — run terminal tools remotely and get structured responses.
  • 🕸️ Web Challenge & CTF Support — AI agents can interact with target web apps (via curl, wget, fuzzers) and attempt to capture flags or findings.
  • 🔐 Built for Offensive Security Practitioners — red teamers, bug bounty hunters and CTF players in mind.
  • 🎯 Large Toolset — ships with (or can install) 25+ specialized tools for reconnaissance, scanning, and exploitation.

🛠️ Integrated Tools

Recon & Subdomain Discovery: subfinder, sublist3r, amass, assetfinder

Subdomain Takeover: subzy, subjack

HTTP Probing & Crawling: httpx, katana, gospider

Content / Dir Discovery: gobuster, dirb, ffuf, feroxbuster, dirsearch

Vuln Scanners: nuclei, nikto, wpscan, dalfox

Param / URL Discovery: arjun, paramspider, waybackurls, gau, gf

Port Scanners: nmap, masscan, rustscan

Auth / Passwords: hydra, john, sqlmap

Network Enumeration: enum4linux

This list is configurable — tools can be added/removed depending on your Kali environment and permitted scope.


🛠️ Quick Install (Kali host)

# clone the project
git clone https://github.com/letchupkt/kali-mcp.git
cd kali-mcp

# make installer executable and run it (installs tools)
chmod +x install_tools.sh
sudo ./install_tools.sh

# start the server
python3 kali_server.py

Note: install_tools.sh will try to install many common pentest binaries. Inspect it and run it inside a VM or disposable Kali box if you prefer.


🖥️ Client Configuration (MCP Clients)

Clients simply invoke the MCP script with the Kali host URL. Example command used by MCP clients:

python3 /absolute/path/to/mcp_server.py http://LINUX_IP:5000

Claude Desktop

Edit %APPDATA%\Claude\claude_desktop_config.json and add an MCP entry:

{
  "mcpServers": {
    "kali_mcp": {
      "command": "python3",
      "args": [
        "/absolute/path/to/mcp_server.py",
        "--server",
        "http://LINUX_IP:5000/"
      ]
    }
  }
}

5ire Desktop

Add an MCP using the same python3 /absolute/path/to/mcp_server.py http://LINUX_IP:5000 command — 5ire will generate the needed configuration automatically.


🧩 Example Workflows

  1. CTF Web Challenge (high-level):

    • Client sends challenge URL + scope to MCP.
    • MCP runs httpx/gobuster/ffuf and returns parsed results.
    • Model suggests follow-up fuzzing or sqlmap commands.
    • Operator reviews and executes exploit steps, MCP logs outputs.
  2. HTB-like Machine (non-destructive recon):

    • Run nmap/rustscan then enum4linux for SMB.
    • Save and store findings in local vector DB for the AI to reason over.

⚙️ Suggested Architecture & Safety

  • Orchestration layer: Use a small Python service to call system tools and normalize outputs to JSON.
  • RAG & State: Store scan results and evidence in a local DB (e.g., SQLite + FAISS) and pass concise context to the LLM.
  • Sandboxing: Run scans/exploits inside VMs/containers with strict network egress control.
  • Authorization checks: Add a required authorization token and a pre-flight scope/consent checklist for every automated run.

🔒 Legal & Ethical Notice

Only run this server against systems you own or explicitly have written authorization to test. Automated pentesting can cause service disruption and legal consequences. This repository is intended for education, defensive research, and authorized testing only.


🔮 Other Possibilities

  • Memory forensics with Volatility (automated workflows).
  • Disk forensics (SleuthKit / timelines / carving).
  • Integration with alerting pipelines (Slack, Signal, email) for findings.
  • Local LLM orchestration (run quantized LLMs for on-device reasoning — tell me your hardware and I can recommend exact models and setup commands).

Contributing

PRs welcome. If you add tools or workflows, include tests and updated docs. Please keep contributions scoped to legal, ethical tooling.


Author & Contact

Lakshmikanthan (Letchu)

GitHub: letchupkt

Portfolio: https://letchupkt.vgrow.tech

Instagram: @letchu_pkt


推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选