MCP Attack Surface Detector - Burp plugin to make manual testing of MCP servers easier in Burp Suite
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-asd": {
"command": "npx",
"args": [
"-y",
"hoodoer/MCP-ASD"
]
}
}
}
Run in terminal:
claude mcp add mcp-asd npx -y hoodoer/MCP-ASD
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-asd": {
"command": "npx",
"args": [
"-y",
"hoodoer/MCP-ASD"
]
}
}
}