burp-mcp-companion

tcyph3r/burp-mcp-companion
★ 0 stars Kotlin AI/LLM Updated 4d ago
Burp Suite extension exposing a security-aware MCP server over SSE, giving AI assistants structured access to Burp's scanner, sitemap, scope, cookies, and annotations
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-companion": {
      "command": "npx",
      "args": [
        "-y",
        "tcyph3r/burp-mcp-companion"
      ]
    }
  }
}

README Excerpt

A Burp Suite extension that exposes a Model Context Protocol (MCP) server over SSE, giving AI assistants like Claude direct, structured access to Burp's scanner, sitemap, scope management, cookies, and request annotations. Built security-first: every tool call goes through host allowlisting, rate limiting, optional per-action approval, and audit logging, so an AI agent can drive Burp without needing unsupervised access.