Skip to content
Claude Desktop

Pickle for Claude Desktop

io.github.adityaarsharma/pickle

Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.

client:Claude Desktop transport:stdio runtime:npm

Install Pickle in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pickle": {
      "command": "npx",
      "args": [
        "-y",
        "pickle-mcp"
      ],
      "env": {
        "CLICKUP_API_KEY": "<CLICKUP_API_KEY>",
        "SLACK_TOKEN": "<SLACK_TOKEN>",
        "TEAMS_TOKEN": "<TEAMS_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Pickle in other clients