# Usero [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/usero-feedback/claude-plugin  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/usero

## Description
Read your Usero feedback inbox and clusters, file feedback, and have Usero open an AI pull request.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "usero": {
    "url": "https://usero.io/docs/mcp"
  }
}
```

## Documentation & README

# Usero plugin for Claude Code

Read your user feedback inbox and clusters, file feedback, and open AI pull requests without leaving Claude Code.

```
/plugin marketplace add usero-feedback/claude-plugin
/plugin install usero@usero
```

Setup, the tool list and config for other MCP clients (Cursor, Claude Desktop, Windsurf, VS Code): https://usero.io/docs/mcp

The plugin's own README with install details lives at [`plugins/usero/README.md`](https://github.com/usero-feedback/claude-plugin/blob/HEAD/plugins/usero/README.md).

Root `.mcp.json` and `skills/` are copies for Open Plugins compatible scanners; the canonical plugin is `plugins/usero`.

## This repo is a mirror

This repository is a one-way mirror of the private Usero source. Every push to the source syncs `plugins/usero/` and
`.claude-plugin/marketplace.json` here; commits made directly to this repo get reverted by the next sync. Please report problems
through https://usero.io/contact?subject=Claude%20Code%20plugin rather than opening pull requests here.

## License

MIT, see [LICENSE](https://github.com/usero-feedback/claude-plugin/blob/HEAD/LICENSE).

