πŸ›‘οΈ BurpSuite MCP Server

by X3r0K

85 stars
155 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name πŸ›‘οΈ BurpSuite MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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>

MseeP.ai Security Assessment Badge
Python
FastAPI
License

πŸš€ Features

πŸ”„ Proxy Tool

- Intercept and modify HTTP/HTTPS traffic - View and manipulate requests/responses - Access proxy history - Real-time request/response manipulation

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.