MCP Server
MCP
Pickle
Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "pickle-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your own ClickUp personal API token (starts with pk_). Optional — set it to enable the 9 ClickUp audit patterns.",
"isSecret": true,
"name": "CLICKUP_API_KEY"
},
{
"description": "Your own Slack user OAuth token (starts with xoxp-). Optional — set it to enable the cross-tool Slack patterns.",
"isSecret": true,
"name": "SLACK_TOKEN"
},
{
"description": "Your own Microsoft Graph access token. Optional — set it to enable the Microsoft Teams patterns.",
"isSecret": true,
"name": "TEAMS_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment