ClickUp MCP Server
ClickUp MCP サーバー
ClickUp 統合用のモデル コンテキスト プロトコル サーバー実装。AI アシスタントが ClickUp ワークスペースと対話できるようになります。
クイックスタート
Claude をデスクトップ用に設定する:
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": ["@mcp/clickup-server"],
"env": {
"CLICKUP_CLIENT_ID": "your_client_id",
"CLICKUP_CLIENT_SECRET": "your_client_secret",
"CLICKUP_REDIRECT_URI": "http://localhost:3000/oauth/callback"
}
}
}
}デスクトップ版のClaudeを再起動
これで完了です。サーバーは必要に応じて自動的にダウンロードされ、起動されます。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の ClickUp MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @Nazruden/clickup-mcp-server --client claudeRelated MCP server: ClickUp MCP Sedrver
環境変数
必要な環境変数:
CLICKUP_CLIENT_ID: ClickUp OAuthクライアントIDCLICKUP_CLIENT_SECRET: ClickUp OAuthクライアントシークレットCLICKUP_REDIRECT_URI: OAuth リダイレクト URI (デフォルト: http://localhost:3000/oauth/callback )
オプションの環境変数:
PORT: サーバーポート(デフォルト: 3000)LOG_LEVEL: ログレベル(デフォルト: info)
利用可能なツール
タスク管理
clickup_create_task: ClickUp リストに新しいタスクを作成するclickup_update_task: 既存のタスクのプロパティを更新する
チームとリストの管理
clickup_get_teams: アクセス可能なすべてのチームを取得するclickup_get_lists: 特定のフォルダ内のすべてのリストを取得する
取締役会運営
clickup_create_board: ClickUpスペースに新しいボードを作成する
発達
リポジトリをクローンする
依存関係をインストールします:
npm install開発モードで開始します:
npm run dev生産用にビルド:
npm run buildテストを実行します:
npm test安全
すべてのトークンは保存時に暗号化されます
安全な認証のためのOAuth2フロー
機密データは記録されません
APIの不正使用を防ぐためのレート制限
トラブルシューティング
よくある問題
認証エラー
環境変数でOAuth認証情報を確認する
トークンの有効期限を確認する
適切なリダイレクトURIを確認する
レート制限
サーバーは自動レート制限処理を実装しています
レート制限の警告がないかログを確認する
リクエストのバッチ処理の実装を検討する
サーバーが起動しない
環境変数が正しく設定されているか確認する
ポート3000が利用可能であることを確認する
クロードのデスクトップログを確認する
ログの取得
Claude for Desktop のログは次の場所にあります:
Windows:
%USERPROFILE%\AppData\Local\Claude\Logs\mcp*.logmacOS:
~/Library/Logs/Claude/mcp*.log
ライセンス
MITライセンス - 詳細はLICENSEファイルを参照
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
- -licenseNot gradedqualityNot gradedmaintenanceAn enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.02
- AlicenseBqualityDmaintenanceClickUp MCP Server enables AI assistants to seamlessly interact with your ClickUp workspace. This powerful integration allows Claude to create and manage tasks, access documents, organize folders and lists, add comments, and handle checklists—all through natural conversation.4215042MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI agents to interact with ClickUp workspaces, allowing task creation, management, and workspace organization through natural language commands.2121,8572MIT
- AlicenseBqualityDmaintenanceThis server implementation allows AI assistants to interact with Asana's API, enabling users to manage tasks, projects, workspaces, and comments through natural language requests.41681MIT
Related MCP Connectors
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
- A method or tool for managing ClickUp task list custom fields with read and write update capabilities
- A server for accessing spreadsheets with service accounts and managing ClickUp using MCP
- Information about Node.js or a network node
- A tool for managing tasks, projects, and calendars using LLM
- Integration with Whimsical.com to manage Projects, boards, tasks, flowcharts, and mindmaps
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/Nazruden/clickup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server