Pickle
Rank #11,019io.github.adityaarsharma/pickle
Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.
Pickle is a Model Context Protocol (MCP) server published by adityaarsharma. It ranks #11,019 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Pickle is listed across 3 registries — Official MCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jul 20, 2026 and most recently updated on Jul 22, 2026.
Ranks ahead of 104,572 of 115,591 servers on MCP Toplist.
Use Pickle
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pickle -e "CLICKUP_API_KEY=<your CLICKUP_API_KEY>" -e "SLACK_TOKEN=<your SLACK_TOKEN>" -e "TEAMS_TOKEN=<your TEAMS_TOKEN>" -- npx -y pickle-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pickle]
command = "npx"
args = ["-y", "pickle-mcp"]
[mcp_servers.pickle.env]
CLICKUP_API_KEY = "<your CLICKUP_API_KEY>"
SLACK_TOKEN = "<your SLACK_TOKEN>"
TEAMS_TOKEN = "<your TEAMS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"SLACK_TOKEN": "<your SLACK_TOKEN>",
"TEAMS_TOKEN": "<your TEAMS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"SLACK_TOKEN": "<your SLACK_TOKEN>",
"TEAMS_TOKEN": "<your TEAMS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pickle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"SLACK_TOKEN": "<your SLACK_TOKEN>",
"TEAMS_TOKEN": "<your TEAMS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"SLACK_TOKEN": "<your SLACK_TOKEN>",
"TEAMS_TOKEN": "<your TEAMS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"SLACK_TOKEN": "<your SLACK_TOKEN>",
"TEAMS_TOKEN": "<your TEAMS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.adityaarsharma%2Fpickle)<a href="https://mcptoplist.com/server/io.github.adityaarsharma%2Fpickle"><img src="https://mcptoplist.com/badge/io.github.adityaarsharma%2Fpickle.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
adityaarsharma
Other servers by adityaarsharma
- Librecrawl — Technical SEO Audit MCP Server#949 · 1 ver
- youtube-marketing-skills#13,838 · 1 ver
- Perch#40,007 · 3 vers
Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Jul 22, 2026 |
Frequently asked questions
- Who maintains Pickle?
- Pickle is maintained by adityaarsharma, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Pickle listed on the Official MCP Registry?
- Yes — Pickle is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Pickle have?
- MCP Toplist tracks 1 version of Pickle, most recently published on Jul 22, 2026.
- Where can I find the source code for Pickle?
- The source code for Pickle is hosted at github.com/adityaarsharma/pickle.