MCP server for AI-powered bug tracking. Lets Claude, Cursor & Copilot autonomously fix bugs and create pull requests.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pixelfixer-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Mudrava/pixelfixer-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add pixelfixer-mcp-serve npx -y Mudrava/pixelfixer-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"pixelfixer-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Mudrava/pixelfixer-mcp-server"
]
}
}
}