BurpSuite MCP server exposes Burp Suite's core web security testing tools to AI agents. It provides access to proxy, scanner, and intruder functionalities. Connects to Burp Suite's API for automated security testing. Used by developers and security researchers for automated vulnerability scanning and penetration testing.
BurpSuite MCP server exposes Burp Suite's core web security testing tools to AI agents. It provides access to proxy, scanner, and intruder functionalities. Connects to Burp Suite's API for automated security testing. Used by developers and security researchers for automated vulnerability scanning and penetration testing.
pip install BurpSuite-MCP-ServerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"x3r0k-burpsuite-mcp-server-github": {
"command": "uvx",
"args": [
"pip install BurpSuite-MCP-Server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from BurpSuite?"
API Key Required
This server requires an API key from BurpSuite. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BURPSUITE_API_KEY | Yes | Your BurpSuite API key |
"What resources are available in BurpSuite?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in BurpSuite"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in BurpSuite with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.