π‘οΈ BurpSuite MCP Server
About
BurpSuite MCP Server: A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp's core functionalities.
Details
- Author
- X3r0K
- GitHub stars
- 85
- Downloads
- 155
- Categories
- Other
Jump to
- Intercept and modify HTTP/HTTPS traffic in real time
- Active and passive scanning with custom configurations
- Comprehensive HTTP traffic logging with advanced filtering
- Automatic detection of multiple vulnerability types
- Real-time request/response manipulation and history access
- Vulnerability analysis with endpoint and severity summaries
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
π‘οΈ BurpSuite MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with pip install -r requirements.txt, configure the .env file with your BurpSuite API key and host settings, then start the server with python main.py. Once running, interact via REST API endpoints (e.g., curl -X POST http://localhost:8000/proxy/intercept) to intercept requests, start scans, or retrieve logs.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83d\udee1\ufe0f burpsuite mcp server": {
"BurpSuite-MCP-Server": {
"command": "python",
"args": [
"main.py"
]
}
}
}
}
McpServers
{
"BurpSuite-MCP-Server": {
"command": "python",
"args": [
"main.py"
]
}
}
π‘οΈ BurpSuite MCP Server
A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp's core functionalities.
<a href="https://glama.ai/mcp/servers/@X3r0K/BurpSuite-MCP-Server">
</a>
π Features
π Proxy Tool
- Intercept and modify HTTP/HTTPS traffic - View and manipulate requests/responses - Access proxy history - Real-time request/response manipulation```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




