Burp MCP
Exposes Burp Suite operations through MCP, providing tools such as access to proxy history via a local authenticated HTTP server and stdio bridge.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Burp MCPshow me the latest entries in the proxy history"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Burp MCP
Burp MCP exposes Burp Suite operations through a local authenticated HTTP server and a standard MCP stdio bridge.
Requirements
Burp Suite with the extension JAR loaded
Java 25 and Gradle 9+
Bun 1.3+
Related MCP server: Any-API MCP Server
Build
Build the Burp extension:
gradle jarThe JAR is written to build/libs/burp-mcp.jar.
Run the published bridge directly with Bun:
bunx @nguyenthdat/burpmcpFor MCP clients, use:
{
"command": "bunx",
"args": ["@nguyenthdat/burpmcp"]
}The package exposes the burpmcp binary. If an environment requires the package and binary names separately, use:
bunx --package @nguyenthdat/burpmcp burpmcpThere is no generated or checked-in root JavaScript bridge. bridge/src/main.ts is published and executed natively by Bun.
Configuration
The bridge supports:
BURP_MCP_HOST, default127.0.0.1BURP_MCP_PORT, default9876BURP_MCP_TOKEN, otherwise read from~/.burp-mcp-token
The Burp extension supports the same port and token environment variables. JVM properties -Dburp.mcp.port and -Dburp.mcp.token take precedence inside Burp.
Tool providers
The stdio layer composes tools through ToolProvider. Burp is the first provider and publishes names such as burp_proxy_history. A future CyberChef provider can be added in bridge/src/main.ts with namespace cyberchef; the MCP protocol loop and the Kotlin Burp server do not need to change.
Providers own their local tool definitions and execution. ToolDirectory adds namespaces, preserves provider order, rejects duplicate namespaces/public names, and routes calls to the owning provider. Unprefixed calls remain a compatibility alias for Burp.
Verification
Run all bridge checks:
bun run checkRun the Kotlin tests and build:
gradle test jarThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceBurpSuite MCP Server: A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp's core functionalities.88MIT
- Flicense-qualityFmaintenanceA configurable MCP server that adapts any HTTP API into an MCP toolset with generic HTTP tools (GET, POST, PUT, DELETE) and pluggable authentication. Includes API discovery scripts and supports dynamic tool generation from OpenAPI specs or wordlist scans.
- Alicense-qualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.16MIT
- Flicense-qualityCmaintenanceAn MCP server that lets AI assistants analyze Burp Suite XML exports offline, without running Burp. Provides 19 tools for mapping endpoints, finding secrets, detecting vulnerabilities, analyzing headers, exporting curl commands, and generating pentest reports.
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nguyenthdat/burp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server