Bugbug MCP (Unofficial)
About
A Model Context Protocol (MCP) server that provides comprehensive tools for BugBug test automation platform.
Details
- Author
- simplypixi
- Downloads
- 268
- Categories
- Other, API
Jump to
- Complete BugBug API integration for tests, suites, runs, and profiles
- Cross AI assistant support including Claude, Windsurf, and GitHub Copilot
- Advanced tools: wait for completion, error explanation, and batch operations
- Smart test running by name or UUID with intelligent matching
- Real-time monitoring of test and suite execution with live status updates
- Built with TypeScript for type safety
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bugbug MCP (Unofficial)Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bugbug mcp (unofficial)": {
"bugbug": {
"command": "npx",
"args": [
"-y",
"@simplypixi/bugbug-mcp-server@latest"
],
"env": {
"API_KEY": "<your_bugbug_api_token_here>"
}
}
}
}
}
McpServers
{
"bugbug": {
"command": "npx",
"args": [
"-y",
"@simplypixi/bugbug-mcp-server@latest"
],
"env": {
"API_KEY": "<your_bugbug_api_token_here>"
}
}
}
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




