A comprehensive Burp Suite Professional extension providing MCP server functionality for AI-powered security testing with AI Agents
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-bridge": {
"command": "npx",
"args": [
"-y",
"fwaeytens/burp-mcp-bridge"
]
}
}
}
Run in terminal:
claude mcp add burp-mcp-bridge npx -y fwaeytens/burp-mcp-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"burp-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"fwaeytens/burp-mcp-bridge"
]
}
}
}