Bugbug MCP (Unofficial)

by simplypixi

268 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that provides comprehensive tools for BugBug test automation platform.

Details

Author
simplypixi
Downloads
268
Categories
Other, API

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. 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.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.