Burp Suite extension that adds built-in MCP tooling, AI-assisted analysis, privacy controls, passive and active scanning and more
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-ai-agent": {
"command": "npx",
"args": [
"-y",
"six2dez/burp-ai-agent"
]
}
}
}
Run in terminal:
claude mcp add burp-ai-agent npx -y six2dez/burp-ai-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"burp-ai-agent": {
"command": "npx",
"args": [
"-y",
"six2dez/burp-ai-agent"
]
}
}
}