LogoSTMCP
Download
mcp-server

Burp Suite MCP Server Extension

Integrate Burp Suite with AI clients using the Model Context Protocol (MCP) for enhanced security testing automation and AI-assisted penetration testing workflows.

Tools

1. Burp MCP Server

Connect Burp Suite to AI clients through the Model Context Protocol.

2. Stdio MCP Proxy Server

Proxy server for passing requests to the SSE MCP server extension for clients that only support Stdio MCP Servers.

Open Graph image for Burp Suite MCP Server Extension

JSON Config

{
  "mcpServers": {
    "burp": {
      "command": "<path to Java executable packaged with Burp>",
      "args": [
        "-jar",
        "/path/to/mcp/proxy/jar/mcp-proxy-all.jar",
        "--sse-url",
        "http://127.0.0.1:9876"
      ]
    }
  }
}

Useful Links

Information