← Back to Plugins
MCP Server MCP

io.github.taazkareem/clickup

github By github 👁 1 views ▲ 0 votes

Premium AI integration. Tasks, lists, docs, folders, time. 50+ tools. Instant setup.

Homepage Verified source GitHub

Install

npx -y @taazkareem/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@taazkareem/clickup-mcp-server",
      "version": "0.12.12",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ClickUp MCP License Key from Polar.sh",
          "isRequired": true,
          "isSecret": true,
          "name": "CLICKUP_MCP_LICENSE_KEY"
        },
        {
          "description": "Your ClickUp API key",
          "isRequired": true,
          "isSecret": true,
          "name": "CLICKUP_API_KEY"
        },
        {
          "description": "Your ClickUp Team ID",
          "isRequired": true,
          "name": "CLICKUP_TEAM_ID"
        },
        {
          "description": "Enable ClickUp Document support",
          "default": "true",
          "name": "DOCUMENT_SUPPORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...