MCP-BOM: a reproducible attack-surface benchmark for Model Context Protocol servers — NeurIPS 2026 ED submission
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-bom": {
"command": "npx",
"args": [
"-y",
"arunsanna/mcp-bom"
]
}
}
}
Run in terminal:
claude mcp add mcp-bom npx -y arunsanna/mcp-bom
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bom": {
"command": "npx",
"args": [
"-y",
"arunsanna/mcp-bom"
]
}
}
}