Bugsee plugin for Claude Code
Install the Bugsee plugin in Claude Code to add Bugsee's agent skills and connect the MCP server in one step.
Install
Add the Bugsee marketplace, then install the plugin:
/plugin marketplace add bugsee/bugsee-for-ai
/plugin install bugsee@bugsee-plugin-marketplace
That's it — Claude Code now has the Bugsee SDK-setup and workflow skills, and the Bugsee MCP server (https://api.bugsee.com/mcp) is configured with the read-only mcp:read scope.
Connect the MCP server
The first time your assistant calls a Bugsee MCP tool, Claude Code asks you to authorize the connection. Sign in to Bugsee and approve it once (OAuth), or use a personal access token. See MCP configuration for both flows.
Use it
Ask Claude Code in natural language:
- "Add Bugsee to this app" — it detects your platform, then runs the matching SDK setup skill.
- "Fix Bugsee issue MYAPP-123" — it pulls the issue from the MCP server, maps the stack trace to your code, and proposes a fix.
- "Triage the open crashes in my latest release" — it lists and ranks issues, then deep-dives the worst.
- "Upload my dSYMs to Bugsee" — it walks through making your release's stack traces readable.
What's included
- SDK setup skills for every supported platform.
- Workflow skills:
bugsee-fix-issues(triage and root-cause crashes, errors, and bug reports through the MCP server),bugsee-build-insights(build size, regressions, and dependency vulnerabilities through the MCP server), andbugsee-upload-symbols(dSYMs, JavaScript source maps, Android mapping files). - MCP server access to your Bugsee applications and issues (read-only by default — the
mcp:readscope).
See Plugins for the full list, or browse the source at github.com/bugsee/bugsee-for-ai.
Found an issue, typo, or wrong statement on this page? Report it now →