burp-suite-mcp.md

Burp Suite MCP

from"portswigger"
540

MCP Server extension for connecting AI clients to Burp Suite

Security
Burppentestsecurityweb
install.sh
# Clone the repository
$git clone https://github.com/PortSwigger/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve