ClickUp MCP Server
by Npab19
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_URL | No | Required in production. Must be HTTPS; the process refuses to start on a non-HTTPS non-localhost URL. | http://localhost:8000 |
| CLICKUP_DB_PATH | No | SQLite store. | /data/clickup.db |
| CLICKUP_CLIENT_ID | Yes | OAuth app client id. | |
| CLICKUP_ADMIN_EMAILS | No | Comma-separated ClickUp emails allowed the 20 admin tools. Empty means nobody. | |
| CLICKUP_TOOL_PROFILE | No | core = phases 1–2 (89 tools). full = all 150. | core |
| TOKEN_ENCRYPTION_KEY | Yes | Fernet key encrypting ClickUp tokens at rest. | |
| CLICKUP_CLIENT_SECRET | Yes | OAuth app client secret. | |
| CLICKUP_RATE_CAPACITY | No | Per-user token bucket size. | 60 |
| CLOUDFLARE_TUNNEL_TOKEN | No | Cloudflare tunnel token (optional). | |
| CLICKUP_ENABLE_DESTRUCTIVE | No | Expose the 20 tools that irreversibly delete content. | false |
| CLICKUP_RATE_REFILL_PER_MINUTE | No | Per-user refill rate. | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues