A Model Context Protocol (MCP) server that provides comprehensive tools for BugBug test automation platform.
Features:
- Complete BugBug API Integration: Full access to tests, suites, runs, and profiles
- Cross AI Assistant Support: Works with Claude, Windsurf, GitHub Copilot, and other AI assistants
- Advanced Tools: Wait for completion, error explanation, and batch operations
- Smart Test Running: Run tests by name or UUID with intelligent matching
- Real-time Monitoring: Track test and suite execution with live status updates
- Built with TypeScript: Type safety and modern development practices
Server Config
{
"mcpServers": {
"bugbug": {
"command": "npx",
"args": [
"-y",
"@simplypixi/bugbug-mcp-server@latest"
],
"env": {
"API_KEY": "<your_bugbug_api_token_here>"
}
}
}
}