Back to MCP Servers
Bugbug
MCP for BugBug API, to manage test and suites on BugBug
developer-toolsapi
By simplypixi
Installation
npx -y bugbug-mcp-serverConfiguration
{
"mcpServers": {
"bugbug-mcp-server": {
"command": "npx",
"args": ["-y", "bugbug-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes