mcpbeat Sign in

Pickle MCP Server

local only

Pickle runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 14 Aug 2026.

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

Installs per day peak 114 · avg 7 · -62% w/w
a month agotoday
57
Installs / week
npm · pickle-mcp
3
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] server.mjs:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pickle -- npx -y pickle-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pickle": {
      "args": [
        "-y",
        "pickle-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pickle]
command = "npx"
args = ["-y", "pickle-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pickle": {
      "args": [
        "-y",
        "pickle-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pickle": {
      "args": [
        "-y",
        "pickle-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLICKUP_API_KEY (Your own ClickUp personal API token (starts with pk_). Optional — set it to enable the 9 ClickUp audit patterns.), SLACK_TOKEN (Your own Slack user OAuth token (starts with xoxp-). Optional — set it to enable the cross-tool Slack patterns.), TEAMS_TOKEN (Your own Microsoft Graph access token. Optional — set it to enable the Microsoft Teams patterns.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pickle

same job, measured the same way
ClickUp MCP Server
by retailbox-automation

Audit ClickUp workspaces: spaces, folders, lists, custom fields, tasks, and views.

local only
ClickUp MCP Pro
by helbertparanhos

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

132 installs/wk local only
Primer MCP
by ivanlai

A Jira-lite MCP server that guides planning-first workflows for AI-assisted development.

135 installs/wk local only
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
Withvibe Roadmap
by withvibe

Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.

local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Clickup MCP
by cvrt-jh

Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)

43 installs/wk local only

Pickle — questions

Answers built from our own checks of this server.

Why is there no uptime for Pickle?
Pickle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pickle-mcp was installed 57 times last week.
How do I connect Pickle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pickle-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pickle?
The npm package pickle-mcp was installed 57 times in the last week. Week over week that is -62%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pickle open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.