-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathBappDescription.html
More file actions
40 lines (35 loc) · 1.83 KB
/
BappDescription.html
File metadata and controls
40 lines (35 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<p>
Integrates Burp Suite with AI clients using the Model Context Protocol (MCP). This extension exposes Burp
functionality through an MCP server, enabling AI assistants to perform security testing tasks, analyze traffic, and
interact with Burp tools programmatically.
</p>
<p>
For more information about the protocol, visit <a
href="https://modelcontextprotocol.io/">modelcontextprotocol.io</a>
</p>
<p>
<strong>Note:</strong> Any data sent to external tools via this extension is subject to their data processing
policies.
</p>
<h2>Features</h2>
<ul>
<li>Send HTTP/1.1 and HTTP/2 requests directly from AI clients with security controls</li>
<li>Access and filter proxy history (HTTP and WebSocket) with regex support</li>
<li>Generate and poll Burp Collaborator payloads for out-of-band testing (Professional only)</li>
<li>Create Repeater tabs and send requests to Intruder</li>
<li>Export and modify project and user configuration via JSON</li>
<li>Control proxy intercept, task execution engine, and message editor contents</li>
<li>Built-in encoding utilities (URL, Base64) and random string generation</li>
<li>Automatic Claude Desktop installation with packaged stdio proxy server</li>
<li>Configurable target approval system for HTTP requests and history access</li>
</ul>
<h2>Usage</h2>
<ol>
<li>Navigate to the "MCP" tab and enable the MCP server.</li>
<li>Configure security settings including auto-approve targets and configuration editing permissions.</li>
<li>Use the installer button to automatically configure Claude Desktop, or manually configure your MCP client to
connect to <code class="InlineCode">http://127.0.0.1:9876</code> (SSE mode) or use the packaged stdio proxy
server.</li>
<li>Interact with Burp through your AI client using the available MCP tools.</li>
</ol>
<p><br>Copyright © 2025-2026 PortSwigger Ltd.</p>