nuclei-mcp

reececoakes99/nuclei-mcp
★ 0 stars TypeScript Code/Dev Tools Updated 2d ago
Deployed MCP server from vercel-labs/mcp-for-next.js
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nuclei-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reececoakes99/nuclei-mcp"
      ]
    }
  }
}

README Excerpt

A Next.js App Router MCP server exposing the original `do-nuclei` and `get-nuclei-tags` tools at `/mcp`. Because Vercel serverless functions cannot execute local CLI binaries, `do-nuclei` safely generates a command for authorized local execution. `get-nuclei-tags` fetches current tags from the official Nuclei templates repository.