B

Burp Suite

Connects Claude Code to Burp Suite Professional for real-time web security analysis via a Java plugin and Python MCP bridge.

Burp·No reviews yet
Repo
Share:

About

Connects Claude Code to Burp Suite Professional for real-time web security analysis via a Java plugin and Python MCP bridge.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Burp Suite

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "burp-suite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-burp-suite"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "burp-suite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-burp-suite"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "burp-suite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-burp-suite"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.