Connect your AI to user feedback
MCPFeedback exposes an MCP server that lets AI assistants read, create, and manage feedback items — including posting fix notes that notify reporters. Works with Claude, Cursor, Windsurf, ChatGPT, and any MCP-compatible client.
What your AI can do
Once connected, your AI assistant gets these tools automatically:
list_feedbackList feedback items with filters for status, severity, and site. Supports pagination.
siteId, status, severity, limit, cursor
get_feedbackGet full details of a specific feedback item including metadata and screenshots.
feedbackId
update_feedback_statusUpdate the status of a feedback item (new → accepted → in_progress → resolved).
feedbackId, status
create_feedbackCreate a new feedback item programmatically with title, details, and severity.
siteId, title, details, severity, reporterEmail
list_sitesList all sites in your account with their domains and configuration.
includeInactive
post_fix_notesPost a fix or resolution note on a feedback item. Optionally emails the reporter with the update.
feedbackId, content, notifyReporter
Quick setup
Pick your client. The whole setup takes under 2 minutes.
Before you start
- Create an MCPFeedback account (free trial, no credit card)
- Go to MCP & API Keys and generate an API key
- Copy the config below and paste your key
claude mcp add mcpfeedback \ --transport http \ --url https://mcpfeedback.com/api/mcp \ --header "Authorization: Bearer YOUR_API_KEY"
Replace YOUR_API_KEY with the key from your dashboard.
Authentication
All requests to the MCP server require a valid API key passed via the Authorization header.
Authorization: Bearer mcpf_abc123...
Scoped access
Keys are scoped to your account. Each key can access all sites in your account.
Revocable
Revoke any key instantly from your dashboard. Takes effect immediately.
Usage tracking
See when each key was last used in your API Keys dashboard.
Try these prompts
Once connected, try asking your AI assistant:
Server details
| Server URL | https://mcpfeedback.com/api/mcp |
| Transport | Streamable HTTP (JSON-RPC) |
| Auth | Bearer token via Authorization header |
| Tools | 6 tools (list, get, update, create feedback + list sites + post fix notes) |
Ready to connect?
Create your account and generate an API key to get started.