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
{
"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