ClickUp MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKUP_API_KEY | Yes | ClickUp API key | |
| CLICKUP_TEAM_ID | Yes | Team (workspace) ID | |
| CLICKUP_DEFAULT_LIST_ID | No | Default list ID |
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_teamsA | ClickUpのチーム(ワークスペース)一覧を取得します。 |
| get_spacesB | チーム内のスペース一覧を取得します。 |
| get_foldersA | スペース内のフォルダー一覧を取得します。 |
| get_listsA | スペース内のフォルダーに属さないリスト一覧を取得します。 |
| get_folder_listsB | フォルダー内のリスト一覧を取得します。 |
| create_taskC | ClickUpでタスクを作成します。 |
| get_tasksC | リスト内のタスク一覧を取得します。 |
| update_task_statusB | タスクのステータスを更新します。 |
| update_taskC | タスクの各フィールドを更新します(汎用更新)。 |
| delete_taskA | タスクを削除します(この操作は取り消せません)。 |
| get_task_detailB | タスクの詳細情報を取得します。 |
| search_tasksD | タスクを検索します。 |
| get_weekly_summaryC | タスクサマリーをAPIから取得します。 |
| add_commentC | タスクにコメントを追加します。 |
| get_task_commentsB | タスクのコメント一覧を取得します。 |
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/ttttdiva/clickup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server