MCP
Connect Claude with Google.
Paste one URL. Claude registers itself, you sign in with Google, and it can read your pickle inbox. No API key for the Claude connector path.
MCP URL
Use the www host. pickle.cx redirects to www, and OAuth token requests cannot follow that redirect.
https://www.pickle.cx/api/mcp
Claude.ai / Claude Desktop
- Open Settings → Connectors → Add custom connector
- Name it pickle and paste
https://www.pickle.cx/api/mcp - Click Connect. Claude opens pickle and asks you to sign in with Google
- Allow access. Claude can then list projects and feedback
Claude Code
claude mcp add --transport http pickle https://www.pickle.cx/api/mcp
Next launch, Claude Code runs the same Google OAuth in the browser.
Cursor
{
"mcpServers": {
"pickle": {
"url": "https://www.pickle.cx/api/mcp"
}
}
}Tools
- list_projects — your sites
- list_feedback — filter by status, tag, search
- get_feedback — one item with response
- get_feedback_summary — counts & top tags
REST API keys are optional, for scripts — not required for Claude. Manage keys.