BurpMCP

N0el4kLs/BurpMCP
★ 9 stars Java 📦 Other Updated 9d ago
MCP Server for Burpsuite
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": {
    "burpmcp": {
      "command": "npx",
      "args": [
        "-y",
        "N0el4kLs/BurpMCP"
      ]
    }
  }
}