🛡️ BurpSuite MCP Server
@MCP-Mirror
About 🛡️ BurpSuite MCP Server
Mirror of
Basic information
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.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
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.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS
Comments