burp-mcp-bridge

fwaeytens/burp-mcp-bridge
★ 8 stars Java 🤖 AI/LLM Updated 9d ago
A comprehensive Burp Suite Professional extension providing MCP server functionality for AI-powered security testing with AI Agents
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "burp-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "fwaeytens/burp-mcp-bridge"
      ]
    }
  }
}