Back to directory
PortSwigger/mcp-server

PortSwigger/mcp-server

@PortSwigger758

Integrates Burp Suite with AI Clients using the Model Context Protocol (MCP), providing both SSE and Stdio proxy server capabilities.

Burp Suitesecurityproxyjavaextensioncontext

Installation & Configuration

{
  "mcpServers": {
    "burp": {
      "command": "<path to Java executable packaged with Burp>",
      "args": [
        "-jar",
        "/path/to/mcp/proxy/jar/mcp-proxy-all.jar",
        "--sse-url",
        "<your Burp MCP server URL configured in the extension>"
      ]
    }
  }
}

Information

Transport
stdiosse
Language
Kotlin
Created
2025/4/2
Updated
2026/6/8