burp-mcp-server-manager-samzzz
v1.0.1
Published
CLI tool to manage Burp MCP proxy server. Jar path is hardcoded to /opt/BurpSuitePro/mcp-proxy-all.jar. End user: ensure this file exists at the specified location.
Readme
MCP Server Manager
This npm package provides a CLI tool to start the Burp MCP proxy server. You must provide the path to your mcp-proxy-all.jar file.
Installation
npm install -g .Usage
mcp-server --jar /path/to/mcp-proxy-all.jar [--sse-url http://127.0.0.1:9876/] [--java /path/to/java]--jar(required): Path to the MCP proxy jar file.--sse-url(optional): SSE URL for MCP server (default: http://127.0.0.1:9876/)--java(optional): Path to Java executable (default: java)
Example
mcp-server --jar /home/kali/Documents/pentest/MCP/mcp-proxy/build/libs/mcp-proxy-all.jar --sse-url http://127.0.0.1:9876/Notes
- This tool does not download or bundle the MCP jar. You must provide it.
- Requires Java installed and accessible from your shell.
