Burp Suite Extension with MCP Server to enhance manual application security testing
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"burpmcp": {
"command": "npx",
"args": [
"-y",
"swgee/BurpMCP"
]
}
}
}
Run in terminal:
claude mcp add burpmcp npx -y swgee/BurpMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"burpmcp": {
"command": "npx",
"args": [
"-y",
"swgee/BurpMCP"
]
}
}
}