burp-mcp-server

Andromeda254/burp-mcp-server
★ 2 stars Java AI/LLM Updated 2mo ago
Comprehensive Model Context Protocol (MCP) server for BurpSuite Pro security testing integration with Claude Desktop
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": {
    "burp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Andromeda254/burp-mcp-server"
      ]
    }
  }
}