🛡️ BurpSuite MCP Server
@MCP-Mirror
About 🛡️ BurpSuite MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"X3r0K_BurpSuite-MCP-Server": {
"command": "python",
"args": [
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is BurpSuite MCP Server?
A Model Context Protocol (MCP) server implementation that provides programmatic access to BurpSuite’s core functionalities, including proxy interception, scanning, logging, and vulnerability detection. It is built with Python and FastAPI and is intended for security professionals and developers automating web security testing.
How to use BurpSuite MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, configure environment variables in a .env file (including BurpSuite API key, host, port, proxy host/port, and MCP server host/port), then start the server with python main.py. The server runs on http://localhost:8000 by default.
Key features of BurpSuite MCP Server
- Intercept and modify HTTP/HTTPS traffic in real time
- Perform active and passive scanning with custom configurations
- Comprehensive HTTP traffic logging with advanced filtering
- Automatic detection of XSS, SQL injection, path traversal, and more
- Traffic analysis (request count, method distribution, response times)
- Seamless integration with Cursor IDE
Use cases of BurpSuite MCP Server
- Automate web application security testing workflows
- Integrate BurpSuite scanning into CI/CD pipelines
- Monitor and analyze HTTP traffic for suspicious patterns
- Build custom tools for vulnerability detection and reporting
FAQ from BurpSuite MCP Server
How is this server different from using BurpSuite directly?
It exposes BurpSuite’s features via a programmatic REST API, enabling automation and integration with other tools instead of relying on the BurpSuite GUI.
What are the runtime requirements?
Python 3.8+, FastAPI 0.104.1, and a running BurpSuite instance with the API enabled. The server also requires configuration of the BurpSuite API host, port, and proxy settings.
Where does log data live?
Logs are stored in memory on the server (accessible via endpoints like /logger/logs and /logger/analysis). They can be cleared via a DELETE request.
What transports and authentication are supported?
The server uses HTTP/REST transport. Authentication is not described in the README beyond securing the BurpSuite API key and recommending HTTPS for production.
What are the known limitations?
The README does not mention specific limitations. It advises running the server in a secure environment and monitoring access.
Frequently asked questions
How is this server different from using BurpSuite directly?
It exposes BurpSuite’s features via a programmatic REST API, enabling automation and integration with other tools instead of relying on the BurpSuite GUI.
What are the runtime requirements?
Python 3.8+, FastAPI 0.104.1, and a running BurpSuite instance with the API enabled. The server also requires configuration of the BurpSuite API host, port, and proxy settings.
Where does log data live?
Logs are stored in memory on the server (accessible via endpoints like `/logger/logs` and `/logger/analysis`). They can be cleared via a DELETE request.
What transports and authentication are supported?
The server uses HTTP/REST transport. Authentication is not described in the README beyond securing the BurpSuite API key and recommending HTTPS for production.
What are the known limitations?
The README does not mention specific limitations. It advises running the server in a secure environment and monitoring access.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments