Pickle MCP Server

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. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 3 · #41 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Pickle

before you install - you'll need

CLICKUP_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add adityaarsharma-pickle -- npx -y pickle-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "adityaarsharma-pickle": {
      "command": "npx",
      "args": [
        "-y",
        "pickle-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package pickle-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.adityaarsharma is GitHub-verified and matches the repo owner

03 · What Pickle can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.2 · 2026-08-14

!Pickle v1.2.2 - now reads Slack threads · Pickle now reads Slack threads, not just parents · Until now Pickle's Slack tools returned only the parent of a thread. If a loop was chased and answered inside the thread…

v1.2.0 · 2026-08-05

Pickle v1.2.0 - a reliability + correctness pass plus a real detection engine. · Fixed (were silently wrong) · Time window told the truth. The default now scans a real 7 days instead of silently pulling ~10 years while…

v1.1.0 · 2026-07-22

Free, local, open-source AI audit for ClickUp, Slack & Microsoft Teams. Runs on your own machine with your own token - no account, no server, no telemetry. · What's new in 1.1.0 · Version stamped on every run - the…

04 · Who maintains Pickle

Pickle is maintained by adityaarsharma. We track 2 MCP servers from adityaarsharma - 2 actively maintained, 39 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from adityaarsharma.

  1. Librecrawl - Technical SEO Audit MCP Server Self-hosted technical SEO audit MCP. 50+ checks, WAF detection, ephemeral. Built on LibreCrawl. ★ 36

05 · Facts

category
communication - ranked #41 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-14)
registry
io.github.adityaarsharma/pickle (active, first published 2026-07-22)
packages
npm:pickle-mcp

06 · Pickle FAQ

What is Pickle?

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. It runs locally over stdio via the published package.

Is Pickle still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Pickle?

Run `npx -y pickle-mcp`. The README documents one environment variable (CLICKUP_API_KEY) to set first. You can also paste the ready-made client config above.

Does Pickle run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pickle