MCP server for Bugzilla — search, discuss, and manage Firefox/Mozilla bugs via the Bugzilla REST API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-bugzilla": {
"command": "npx",
"args": [
"-y",
"kud/mcp-bugzilla"
]
}
}
}
Run in terminal:
claude mcp add mcp-bugzilla npx -y kud/mcp-bugzilla
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bugzilla": {
"command": "npx",
"args": [
"-y",
"kud/mcp-bugzilla"
]
}
}
}