ClickUp-Taskmaster-Cloudflare-Remote-MCP
Verified Safeby AutoPrimeJa
Overview
A remote MCP server allowing Claude.ai to manage ClickUp tasks and documents, deployed on Cloudflare Workers.
Installation
npm run devEnvironment 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
tomcp
Converts any website into an MCP (Model-Config-Protocol) server for AI tools and enables AI chat with website content by converting HTML to clean Markdown.
remote-mcp-oauth-github
Provides a Cloudflare Workers-based Model Context Protocol (MCP) server with GitHub OAuth for secure custom integrations with Claude.ai.
clickup-mcp-server
Facilitate AI-enabled applications interacting with the ClickUp API through a standardized Model, Capability, Protocol (MCP) server.
remote-mcp
Remote MCP allows users to create and manage cloud-based Model Context Protocol (MCP) servers, facilitating secure connections between AI clients (like Claude Desktop) and various external applications (GitHub, Slack, Notion, etc.).