MCP
Feedback for Claude.
Connect pickle as an MCP server. Claude can list projects, pull feedback, and summarize what users are saying — inside Claude Code, Cursor, or Claude connectors.
Remote (Claude connectors)
Add this MCP URL and authorize with Google. OAuth is built in.
https://pickle.cx/api/mcp
Local (API key)
Create a pk_ key in Settings, then add:
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": ["-y", "@picklecx/mcp"],
"env": {
"PICKLE_API_KEY": "pk_...",
"PICKLE_BASE_URL": "https://pickle.cx"
}
}
}
}Tools
- list_projects — your sites
- list_feedback — filter by status, tag, search
- get_feedback — one item with response
- get_feedback_summary — counts & top tags