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.
Integrate Burp Suite with AI clients using the Model Context Protocol (MCP) for enhanced security testing automation and AI-assisted penetration testing workflows.
{
"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"
]
}
}
}