Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"burp": {
"url": "http://localhost:9876/sse"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Load the jar file as Java extension. Require approval it's up to you, as it will give you a prompt each time is used.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
MCP Security Weekly
Get CVE alerts and security updates for Burp Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Load the jar file as Java extension.
Require approval it's up to you, as it will give you a prompt each time is used.
The following is a sample for Cursor
{
"mcpServers": {
"burp": {
"url": "http://localhost:9876/sse"
}
}
}
Sample content
Notes: This is meant to be a test/play tool nothing official nothing production.
==== Official readme below ====
Integrate Burp Suite with AI Clients using the Model Context Protocol (MCP).
For more information about the protocol visit: modelcontextprotocol.io
Ensure that the following prerequisites are met before building and installing the extension:
java --version in your terminal.jar command must be executable and available in your system's PATH. You can verify this by running jar --version in your terminal. This is required for building and installing the extension.Clone the Repository: Obtain the source code for the MCP Server Extension.
git clone https://github.com/PortSwigger/mcp-server.git
Navigate to the Project Directory: Move into the project's root directory.
cd burp-mcp
Build the JAR File: Use Gradle to build the extension.
./gradlew embedProxyJar
This command compiles the source code and packages it into a JAR file located in build/libs/burp-mcp-all.jar.
Extensions tab.Add.Extension Type to Java.Select file ... and choose the JAR file built in the previous step.Next to load the extension.Upon successful loading, the MCP Server Extension will be active within Burp Suite.
Configuration for the extension is done through the Burp Suite UI in the MCP tab.
Enabled checkbox controls whether the MCP server is active.Enable tools that can edit your config checkbox allows the MCP server to expose tools which can edit Burp configuration files.