Pickle for Cline
io.github.adityaarsharma/pickle
Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.
client:Cline
transport:stdio
runtime:npm
Install Pickle in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<CLICKUP_API_KEY>",
"SLACK_TOKEN": "<SLACK_TOKEN>",
"TEAMS_TOKEN": "<TEAMS_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs