← Back to Plugins
MCP Server MCP

io.github.cvrt-jh/clickup-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @cavort-it-systems/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cavort-it-systems/clickup-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ClickUp Personal API Token (Settings > Apps)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLICKUP_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...