The Bugzilla MCP Server requires HTTP headers for authentication. You need to configure your MCP client with:
api_key (Required) - Your Bugzilla API keybugzilla_url (Required) - The base URL of your Bugzilla instancehttps://your-bugzilla-instance.com/userprefs.cgi?tab=apikey
https://bugzilla.fastmcp.app/mcphttp://127.0.0.1:8000/mcpAdd this configuration to your claude_desktop_config.json:
The location of this file depends on your operating system:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"bugzilla": {
"url": "https://bugzilla.fastmcp.app/mcp",
"headers": {
"api_key": "your-api-key-here",
"bugzilla_url": "https://bugzilla.example.com"
}
}
}
}
http://127.0.0.1:8000/mcpAdd this configuration to your .cursor/mcp.json:
{
"mcpServers": {
"bugzilla": {
"url": "https://bugzilla.fastmcp.app/mcp",
"headers": {
"api_key": "your-api-key-here",
"bugzilla_url": "https://bugzilla.example.com"
}
}
}
}
http://127.0.0.1:8000/mcpAdd this configuration to your mcp.json:
{
"servers": {
"bugzilla": {
"type": "http",
"url": "https://bugzilla.fastmcp.app/mcp",
"headers": {
"api_key": "your-api-key-here",
"bugzilla_url": "https://bugzilla.example.com"
}
}
}
}
http://127.0.0.1:8000/mcp{
"mcpServers": {
"bugzilla": {
"url": "https://bugzilla.fastmcp.app/mcp",
"headers": {
"api_key": "YOUR_MOZILLA_API_KEY",
"bugzilla_url": "https://bugzilla.mozilla.org"
}
}
}
}
{
"mcpServers": {
"bugzilla": {
"url": "https://bugzilla.fastmcp.app/mcp",
"headers": {
"api_key": "YOUR_CUSTOM_API_KEY",
"bugzilla_url": "https://bugs.yourcompany.com"
}
}
}
}
After configuring your MCP client:
python server.py)http://127.0.0.1:8000/mcp