clickup-custom-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKUP_TEAM_ID | No | Pin a workspace. Without it the first workspace the token can see is used. | |
| CLICKUP_API_TOKEN | Yes | Personal API token. Required; the server exits with a message if unset. | |
| CLICKUP_RATE_LIMIT | No | Requests/minute the client allows itself. Defaults to 90. | 90 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_workspace_mapA | The workspace's spaces, folders, lists (with their status names) and members, plus your own numeric user id. Call this first when you need an id for any other tool. Cached for 15 minutes, so repeat calls are free. |
| get_my_workA | Every open task assigned to you across the whole workspace, grouped by overdue / today / this week / later. This is the one to call for a standup, a 'what's on my plate' question, or a backlog sweep. |
| search_tasksA | Filtered task query across the entire workspace in one request — the tool to build any report or analytics on. Every filter is optional and they combine. Paginates automatically and says so if it hits the cap. |
| get_taskA | Full detail for one task: description, custom field values, subtasks, and optionally its comments. Use it after search_tasks or get_my_work has narrowed things down to a single task. |
| create_taskA | Create one or many tasks in one go — pass the whole array when breaking a discussion into a backlog, rather than calling this repeatedly. Each task is reported individually; one failure does not abort the rest. |
| update_taskA | Update one or many existing tasks — status changes, re-assignment, due dates, renames. Pass the whole array for a bulk change. Each update is reported individually. |
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/zong09/clickup-custom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server