clickup-mcp-server: A ClickUp MCP Server
@imjoshnewton
关于 clickup-mcp-server: A ClickUp MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clickup-mcp-server-imjoshnewton": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/clickup",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is clickup-mcp-server?
A Model Context Protocol server for ClickUp API interaction and automation, enabling AI systems like Claude to read, create, and update tasks, lists, and spaces in ClickUp workspaces.
How to use clickup-mcp-server?
Install via pip install clickup-mcp-server or run directly with uvx clickup-mcp-server. Provide your ClickUp API key as a command-line argument (--api-key) or in a .env file (CLICKUP_API_KEY). Configure the server in Claude Desktop, VS Code, or Zed using the provided JSON snippets.
Key features of clickup-mcp-server
- Create, update, delete, move, and duplicate tasks
- Bulk update and bulk delete tasks
- Manage subtasks, comments, and attachments
- Navigate and manage workspaces, spaces, folders, and lists
- Full markdown support with HTML conversion for descriptions
- Comprehensive error handling and clear API responses
Use cases of clickup-mcp-server
- Automate task creation and status updates across multiple lists
- Bulk assign, tag, or update due dates for project milestones
- Navigate and reorganize workspace hierarchy (spaces, folders, lists)
- Generate project summaries with task details and comments
- Integrate AI assistants into ClickUp workflows for project management
FAQ from clickup-mcp-server
What are the prerequisites?
Python 3.10 or higher and a ClickUp account with an API key.
How do I get a ClickUp API key?
Obtain it from the ClickUp API Settings page at https://app.clickup.com/settings/apps.
How do I run clickup-mcp-server?
Use uvx clickup-mcp-server --api-key YOUR_API_KEY or after pip installation, run python -m clickup_mcp_server --api-key YOUR_API_KEY.
Can I use it with Claude Desktop?
Yes, add a configuration entry to claude_desktop_config.json using uvx, docker, or the pip-installed module as shown in the README.
Does it support bulk operations?
Yes, it provides bulk_update_tasks and bulk_delete_tasks tools for updating or deleting multiple tasks at once.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论