Back to Home
Chisanan232 icon

clickup-mcp-server

Verified Safe

by Chisanan232

Overview

Facilitate AI-enabled applications interacting with the ClickUp API through a standardized Model, Capability, Protocol (MCP) server.

Installation

Run Command
docker run -d -p 8000:8000 -e CLICKUP_API_TOKEN=your_token_here chisanan232/clickup-mcp-server

Environment Variables

  • CLICKUP_API_TOKEN

Security Notes

The server uses `SecretStr` for API tokens and retrieves them from environment variables or .env files, which is good practice. However, the default CORS configuration allows all origins (`*`) and credentials (`true`), which is a significant security risk if the server is publicly exposed without adjusting these settings. Additionally, the webhook ingress endpoint (`/webhook/clickup`) appears to lack explicit signature verification for incoming payloads, making it vulnerable to spoofed events. For production deployment, strict CORS policies and webhook signature validation are critical to implement.

Similar Servers

Stats

Interest Score33
Security Score6
Cost ClassLow
Avg Tokens150
Stars3
Forks0
Last Update2026-01-15

Tags

ClickUpMCPAI IntegrationAPI GatewayProject ManagementFastAPI