From install to letting AI fix your bugs — all on one page.
Not technical? Copy the text below to your AI (Claude Desktop / Claude Code / Cursor / Windsurf / VS Code + Cline / Google Antigravity / Gemini CLI) and it will handle it.
Please help me install the BugEzy MCP debugging tool so you can read my bug reports and fix bugs for me.
Steps:
1. Chrome extension: https://chromewebstore.google.com/detail/bugezy/hfnkjlbbpehkflgfbjenfmnmjkdjadcj
2. MCP connection — add this to your MCP config:
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}
Once installed, whenever I record a bug with BugEzy, you can read my report via MCP (console errors, network issues, voice description, screenshots) and fix it directly.
Full guide: https://bugezy.dev/guide
Or follow the steps below yourself ↓
https://bugezy.dev/mcpnpx bugezy-watch -- npm run devOption 1: Ask directly in Claude / Cursor / VS Code
"Read my latest BugEzy report and tell me how to fix it"
AI reads the report via MCP → analyzes Console + Network errors → suggests a fix
Option 2: Share the report link
Uploading generates a link — send it to teammates or paste into an issue
https://bugezy.dev/mcp
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}claude mcp add --transport http bugezy https://bugezy.dev/mcpHelp me set up the BugEzy MCP server. BugEzy is a Chrome extension for reporting bugs. MCP URL: https://bugezy.dev/mcp Tell me how to configure it for the AI tool I am using.
Whether you use Claude, ChatGPT, Cursor or VS Code, your AI can walk you through the setup from this prompt.