duhuazhu/BugPack
Package bug screenshots into AI-ready fix instructions with MCP Server
Platform-specific configuration:
{
"mcpServers": {
"BugPack": {
"command": "npx",
"args": [
"-y",
"BugPack"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">BugPack</h1>
<p align="center"> <strong>Package bug screenshots into AI-ready fix instructions in 30 seconds</strong> </p>
<p align="center"> <a href="https://github.com/duhuazhu/BugPack/actions/workflows/ci.yml"></a> <a href="https://www.npmjs.com/package/bugpack-mcp"></a> <a href="https://www.npmjs.com/package/bugpack-mcp"></a> <a href="https://github.com/duhuazhu/BugPack/blob/main/LICENSE"></a> </p>
<p align="center"> <a href="#quick-start">Quick Start</a> · <a href="#mcp-configuration">MCP Config</a> · <a href="#openclaw-skills">OpenClaw</a> · <a href="#features">Features</a> · <a href="#platform-integrations">Integrations</a> </p>
<p align="center"> English | <a href="README.zh-CN.md">中文</a> </p>
---
---
BugPack is a local-first tool that packages bug screenshots into structured, AI-ready fix instructions.
QA drops a screenshot in the chat → you Ctrl+V paste it into BugPack → annotate the issue → generate structured instructions → feed them to your AI coding agent.
Or skip the copy-paste entirely: BugPack's built-in MCP Server lets any MCP-compatible AI coding tool (Claude Code, Cursor, Windsurf, Cline, etc.) read bug context and fix code automatically.
AI coding agents changed how we write code, but not how we communicate bug context.
Every bug fix still requires: save screenshot → create file → write paths → describe
Loading reviews...