ClickUp MCP Server
Provides tools for managing ClickUp tasks, workspaces, and comments via the ClickUp API v2, including task search, creation, update, deletion, workspace info retrieval, and comment management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ClickUp MCP ServerCreate a task 'Write report' due 2026-03-01 in the 'Work' list."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ClickUp MCP Server
ClickUp のタスク管理を行う MCP (Model Context Protocol) サーバーです。
ClickUp API v2 を使用して、タスクの検索・作成・更新・削除、ワークスペース情報の取得、コメントの管理ができます。
提供ツール(15個)
ワークスペース
ツール名 | 説明 |
| チーム(ワークスペース)一覧を取得 |
| スペース一覧を取得 |
| フォルダー一覧を取得 |
| スペース直下のリスト一覧を取得 |
| フォルダー内のリスト一覧を取得 |
タスク管理
ツール名 | 説明 |
| タスクを作成(担当者・タグ・優先度・日時指定可) |
| リスト内のタスク一覧を取得(自動ページネーション) |
| タスクの詳細情報を取得 |
| タスクの各フィールドを更新(汎用) |
| タスクのステータスを更新 |
| タスクを削除 |
検索・分析
ツール名 | 説明 |
| 高度な検索(ステータス・担当者・タグ・日付フィルタ) |
| ステータス別タスクサマリーを取得 |
コメント
ツール名 | 説明 |
| タスクにコメントを追加 |
| タスクのコメント一覧を取得 |
Related MCP server: ClickUp MCP Server
セットアップ
1. ClickUp API キーの取得
ClickUp Settings > Apps で API キーを取得してください。
2. MCP クライアントに設定
Claude Desktop
claude_desktop_config.json に以下を追加:
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": ["-y", "clickup-mcp"],
"env": {
"CLICKUP_API_KEY": "pk_your-api-key",
"CLICKUP_TEAM_ID": "your-team-id"
}
}
}
}Claude Code
プロジェクトルートの .mcp.json またはCLIで追加:
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": ["-y", "clickup-mcp"],
"env": {
"CLICKUP_API_KEY": "pk_your-api-key",
"CLICKUP_TEAM_ID": "your-team-id"
}
}
}
}ローカルで実行する場合
git clone https://github.com/yourname/clickup-mcp.git
cd clickup-mcp
npm install
npm run buildMCP クライアント設定:
{
"mcpServers": {
"clickup": {
"command": "node",
"args": ["/path/to/clickup-mcp/build/index.js"],
"env": {
"CLICKUP_API_KEY": "pk_your-api-key",
"CLICKUP_TEAM_ID": "your-team-id"
}
}
}
}主な機能
自動ページネーション
get_tasks と search_tasks は最大10ページ(1000件)まで自動取得します。
配列パラメータ
search_tasks の assignees、statuses、tags は配列で渡せます。ClickUp API が要求する key[] 形式に自動変換されます。
日時の柔軟なパース
日時パラメータは以下の形式に対応しています:
2026-02-19(日付のみ)2026-02-19T14:30(ISO形式)2026-02-19 14:30:00(スペース区切り)2026/02/19(スラッシュ区切り)
環境変数
変数名 | 必須 | デフォルト | 説明 |
| Yes | — | ClickUp API キー |
| Yes | — | チーム(ワークスペース)ID |
| No | — | デフォルトリストID |
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- Flicense-qualityDmaintenanceProvides integration with ClickUp's API, allowing you to retrieve task information and manage ClickUp data through MCP-compatible clients.Last updated
- AlicenseBqualityCmaintenanceLightweight ClickUp MCP server for task management with 37 tools and token-optimized responses to reduce API verbosity.Last updated371053MIT
- FlicenseBqualityBmaintenanceCustom MCP server integrating ClickUp tasks and docs/wikis via REST API with Personal Access Token.Last updated8
Related MCP Connectors
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
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