MCP Nuclei Server
@crazyMarky
关于 MCP Nuclei Server
A Nuclei security scanning server based on MCP (Model Control Protocol), providing convenient vulnerability scanning services.一个基于 MCP (Model Control Protocol) 的 Nuclei 安全扫描服务器,提供便捷的漏洞扫描服务。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp_nuclei_server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Nuclei Server?
MCP Nuclei Server is a Nuclei security scanning service developed based on the MCP (Model Control Protocol). It allows large language models to execute Nuclei security scans, supporting various scanning options and JSON-formatted result output.
How to use MCP Nuclei Server?
Install Python 3.8+, ensure the Nuclei binary is installed and configured, clone the repository, install UV, create a virtual environment, and install the mcp package. Configure your MCP client (e.g., CLINE) with the appropriate JSON, pointing to the uv command and the main.py script, and set the NUCLEI_BIN_PATH environment variable. Invoke scanning by specifying a target and optional parameters like templates, severity, or tags.
Key features of MCP Nuclei Server
- Execute Nuclei security scans via MCP
- Configurable template and tag filtering
- Severity-based vulnerability filtering (critical, high, medium, low, info)
- JSON format output for results
- Easy-to-integrate MCP service
Use cases of MCP Nuclei Server
- Automate security scanning of web targets via an LLM agent
- Integrate vulnerability detection into AI-powered workflows
- Run targeted scans with specific templates or severity filters
- Obtain structured JSON results for further analysis
FAQ from MCP Nuclei Server
What prerequisites are needed?
Python 3.8 or higher, and the Nuclei binary must be installed and configured on the system.
How do I configure the server?
Add an MCP server entry in your client’s JSON config with the uv command, the directory containing main.py, and the NUCLEI_BIN_PATH environment variable set to the Nuclei binary location.
What output format does it return?
Scan results are returned in JSON format, including fields for success status, target, time cost, and an array of findings with template name, severity, matched location, and vulnerability info.
How can I contribute?
Fork the repository, create a feature branch, commit your changes, push the branch, and open a Pull Request.
开发工具 分类下的更多 MCP 服务器
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
test
prysmaticlabsGo implementation of Ethereum proof of stake
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
评论