Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pickle": {
"env": {
"CLICKUP_API_KEY": "pk_your_own_token"
},
"args": [
"-y",
"pickle-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
ClickUp Brain reads your tasks. Slack AI reads your messages. Both are paid add-ons, and each only sees its own app. > Pickle is a free AI ops manager that runs on your own machine, reads across all three, and tells you what slipped through: stale tasks, dropped promises, decisions buried in a DM.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Server for Computer Use in Windows
MCP Security Weekly
Get CVE alerts and security updates for io.github.adityaarsharma/pickle and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

ClickUp Brain reads your tasks. Slack AI reads your messages. Both are paid add-ons, and each only sees its own app. Pickle is a free AI ops manager that runs on your own machine, reads across all three, and tells you what slipped through: stale tasks, dropped promises, decisions buried in a DM.
Pickle is a free, open-source AI ops manager for your team, packaged as an MCP server you run yourself. Give it your own ClickUp / Slack / Teams token, and your AI client (Claude, Cursor, Codex, Cline, Zed…) audits your workspace the way a sharp ops manager would: catching the work that quietly fell through.
No account. No hosted server. No key from us. No telemetry. Pickle adds no middleman. It talks only to your tools, with your token. Nothing is sent to us, because there's no "us" to send it to.
⭐ Pickle is free and will stay free. There is no paid tier. If you think workspace tools should run on your own machine, star the repo. Stars are the only way it gets found.
| ClickUp Brain | Slack AI | Pickle | |
|---|---|---|---|
| Sees across your tools | ❌ ClickUp only | ❌ Slack only | ✅ ClickUp + Slack + Teams |
| Where your data flows | Their cloud | Their cloud | Only to your own tools, with your token |
| A third party holds your token | Yes | Yes | No, it stays in your local config |
| Cost | Paid add-on | ~$10/user/mo | Free · MIT · open source |
| You can read every line | ❌ | ❌ | ✅ it's all right here |
Honest version of the privacy claim: Pickle does read your ClickUp/Slack/Teams. That's the job. But it reads them directly, from your machine, with your token, and sends nothing to any Pickle server. Verify it yourself. The code is in server-remote/server.mjs, and there is no analytics, no beacon, no phone-home.
Guided: it asks which tools you use, points you to where each token lives, and writes your MCP config for you.
curl -fsSL https://pickle.adityaarsharma.com/install.sh | bash
Or add it to your MCP client yourself (via npm):
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": ["-y", "pickle-mcp"],
"env": { "CLICKUP_API_KEY": "pk_your_own_token" }
}
}
}
Add SLACK_TOKEN (xoxp-…) and/or TEAMS_TOKEN to the same env block to switch on the cross-tool patterns. Restart your client. npx runs it locally on your machine, no global install, no clone.
The installer asks which tools you use (ClickUp / Slack / Teams), takes the token you already have for each, and writes the MCP config for your client automatically. No hand-editing, no key from us.
Prefer to do it by hand? See
docs/manual-install.md. The only token you ever provide is your own platform token (e.g. ClickUppk_…from Settings → Apps).
Then just ask your AI:
"Pickle, run my morning audit: scan my ClickUp from the last 7 days and show me the 3 worst things I missed, worst first."