
Nuclei MCP
by addcontent
Context-aware vulnerability scanning powered by Nuclei for intelligent and targeted security assessments.
What it does
This server integrates Nuclei, a powerful and customizable vulnerability scanner, into the MCP ecosystem. It allows AI models to perform targeted security scans, manage vulnerability templates, and analyze results with a deep understanding of the target context.
Tools
nuclei_scan: Performs a full Nuclei scan with advanced filtering options.basic_scan: Executes a quick scan with minimal configuration for rapid assessment.vulnerability_resource: Queries and retrieves detailed scan results for analysis.add_template: Adds custom Nuclei templates to the scanning engine.list_templates: Lists all available templates for the scanner.get_template: Retrieves the specific details of a chosen template.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"nuclei-scanner": {
"command": "go",
"args": ["run", "cmd/nuclei-mcp/main.go"]
}
}
}
Supported hosts
- claude
Quick install
go install github.com/your-org/nuclei-mcp/cmd/nuclei-mcp@latestInformation
- Pricing
- free
- Published
- 5/24/2026
- stars






