Pickle for Cursor
io.github.adityaarsharma/pickle
Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.
client:Cursor
transport:stdio
runtime:npm
Install Pickle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pickle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<CLICKUP_API_KEY>",
"SLACK_TOKEN": "<SLACK_TOKEN>",
"TEAMS_TOKEN": "<TEAMS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs