← Back to Plugins
MCP Server MCP

Pickle

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...