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 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Npab19/clickup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server