← Back to Plugins
MCP Server MCP

ClickUp MCP Pro

github By github 👁 1 views ▲ 0 votes

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "clickup-mcp-pro",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ClickUp Personal API Token (pk_...).",
          "isRequired": true,
          "isSecret": true,
          "name": "CLICKUP_API_TOKEN"
        },
        {
          "description": "Default Team/Workspace id used when a tool omits team_id.",
          "name": "CLICKUP_TEAM_ID"
        },
        {
          "description": "Set to 'true' to block all write operations.",
          "name": "CLICKUP_READONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...