simplypixi/bugbug-mcp-server
MCP for BugBug API, to manage test and suites on BugBug
Quick Start
Clone the repository:
git clone https://github.com/simplypixi/bugbug-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"bugbug-mcp-server": {
"command": "npx",
"args": [
"-y",
"simplypixi/bugbug-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.