Integrate Burp Suite with AI clients using the Model Context Protocol (MCP) for enhanced security testing automation and AI-assisted penetration testing workflows.
Connect Burp Suite to AI clients through the Model Context Protocol.
Proxy server for passing requests to the SSE MCP server extension for clients that only support Stdio MCP Servers.
{
"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"
]
}
}
}