Burp MCP Server Integration
Integrate Burp Suite with AI tools in FlowHunt for automated, AI-powered security testing and seamless workflow orchestration.

What does “Burp” MCP Server do?
The Burp MCP Server is an extension that integrates Burp Suite with AI clients using the Model Context Protocol (MCP). By acting as a bridge, it enables AI assistants to interact with Burp Suite, enhancing development and security testing workflows. The server allows clients to connect via MCP and perform operations such as sending and receiving data, configuring settings, and leveraging Burp Suite’s powerful web security features programmatically. This integration supports tasks like automating repetitive actions, querying Burp for information, and enabling seamless communication between Burp Suite and external AI-powered tools, thereby boosting productivity and facilitating advanced automation for security professionals and developers.
List of Prompts
No information provided in the repository about prompt templates.
List of Resources
No explicit resources are listed or described in the repository’s available documentation.
List of Tools
No specific tools are documented or enumerated in the repository files. The documentation mentions enabling tools to edit config files, but does not specify or list tool names or their functions.
Use Cases of this MCP Server
- Automated Security Testing
Integrate Burp Suite with AI clients to automate penetration testing tasks, such as scanning for vulnerabilities or analyzing traffic, making security assessments more efficient. - Configuration Management
Enable external tools or AI assistants to programmatically adjust Burp Suite configurations via MCP, streamlining environment setup and changes. - Workflow Automation
Use the MCP server as a bridge to trigger complex workflows in Burp Suite from other applications or scripts, reducing manual effort for repetitive security tasks. - AI-Augmented Analysis
Allow AI clients to access and analyze data from Burp, providing insights or recommendations during web application security testing. - Multi-Tool Orchestration
Connect Burp Suite to a broader automation ecosystem, coordinating actions with other security and development tools through a standardized MCP interface.
How to set it up
Windsurf
No setup instructions available for Windsurf.
Claude
- Install the Burp MCP Server Extension
Follow the build and installation steps:- Clone the repository:
git clone https://github.com/PortSwigger/mcp-server.git
- Navigate to the directory:
cd burp-mcp
- Build the JAR:
./gradlew embedProxyJar
- Clone the repository:
- Load the extension in Burp Suite
- Open Burp Suite
- Go to Extensions > Add > Select Type: Java > Select JAR file built previously
- Configure Claude to use the Burp MCP server
- (Option 1) Use the installer from the extension for automatic setup
- (Option 2) Manually edit
~/Library/Application Support/Claude/claude_desktop_config.json
:{ "mcpServers": { "burp": { "command": "<path to Java executable packaged with Burp>", "args": [ "-jar", "/path/to/mcp/proxy/jar/mcp-proxy-all.jar", "--sse-url", "<your Burp MCP server URL configured in the extension>" ] } } }
- Restart Claude Desktop to apply the configuration.
Securing API Keys
No information found about API key management or environment variable usage for securing keys.
Cursor
No setup instructions available for Cursor.
Cline
No setup instructions available for Cline.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"burp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “burp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Provided in README.md |
List of Prompts | ⛔ | No information found |
List of Resources | ⛔ | No information found |
List of Tools | ⛔ | No explicit list or details found |
Securing API Keys | ⛔ | No information found |
Sampling Support (less important in evaluation) | ⛔ | No information found |
Based on the available documentation, the Burp MCP Server provides good integration instructions and clear use cases for Burp Suite, but lacks details on prompts, resources, tools, and security best practices. Documentation is focused on setup and high-level features. Rating: 5/10.
MCP Score
Has a LICENSE | Yes (GPL-3.0) |
---|---|
Has at least one tool | No explicit tools |
Number of Forks | 25 |
Number of Stars | 172 |
Frequently asked questions
- What is the Burp MCP Server?
The Burp MCP Server is an extension that connects Burp Suite with AI clients via the Model Context Protocol. It allows AI assistants and external tools to automate, query, and interact with Burp Suite programmatically, streamlining security workflows and enabling advanced penetration testing tasks.
- What are the main use cases for the Burp MCP Server?
Key use cases include automated security testing, configuration management, workflow automation, AI-augmented analysis, and multi-tool orchestration. It empowers security professionals to automate repetitive tasks, analyze data, and coordinate actions across tools using Burp Suite.
- How do I integrate the Burp MCP Server with FlowHunt?
Add the MCP component to your FlowHunt flow and provide your Burp MCP server details in the system MCP configuration section. Use a JSON configuration to specify the server name and URL, enabling your AI agent to access Burp Suite capabilities through MCP.
- Are there any prompt templates or built-in tools provided?
No prompt templates or explicit tool lists are included in the available documentation. The extension focuses on enabling connectivity and automation with Burp Suite through MCP.
- Is there guidance on securing API keys?
No documentation is provided regarding API key management or securing credentials for the Burp MCP Server.
Automate Your Security Testing with Burp MCP Server
Leverage advanced AI-powered workflows and automate your Burp Suite tasks with seamless MCP integration in FlowHunt.