Back to Home
AutoPrimeJa icon

ClickUp-Taskmaster-Cloudflare-Remote-MCP

Verified Safe

by AutoPrimeJa

Overview

A remote MCP server allowing Claude.ai to manage ClickUp tasks and documents, deployed on Cloudflare Workers.

Installation

Run Command
npm run dev

Environment Variables

  • CLICKUP_API_TOKEN
  • DEFAULT_TEAM_ID
  • DEFAULT_LIST_ID

Security Notes

Secrets such as `CLICKUP_API_TOKEN`, `CLICKUP_CLIENT_ID`, `CLICKUP_CLIENT_SECRET`, and `COOKIE_ENCRYPTION_KEY` are designed to be managed securely via Cloudflare secrets. Input validation is performed using Zod schemas, mitigating common injection risks. There are no explicit uses of `eval` or other obfuscation/malicious patterns. Error messages directly return `e.message` which, in some verbose ClickUp API error cases, could potentially expose more information than desired, though this is a minor concern for an internal tool. OAuth 2.1 is supported for secure authentication.

Similar Servers

Stats

Interest Score12
Security Score8
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2025-12-22

Tags

ClickUpTask ManagementCloudflare WorkersMCPAI Integration