ClickUp MCP Server
@MCP-Mirror
关于 ClickUp MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"clickup-mcp-server"
],
"env": {
"CLICKUP_API_TOKEN": ""
}
}
}
}工具
9Get the list of workspaces
Get spaces within a workspace
Get tasks from a list
Create a new task
Update an existing task
Get all docs from a workspace
Create a new folder in a space
Get lists in a folder or space
Create a new list
概览
What is ClickUp MCP Server?
A Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with the ClickUp API. It enables AI systems to access and manipulate ClickUp data such as workspaces, spaces, folders, lists, tasks, docs, comments, and checklists.
How to use ClickUp MCP Server?
Install via cloning the repository and running npm install, or run directly with npx. Obtain a ClickUp API token from Settings > Apps. Configure the server in your MCP settings file with the CLICKUP_API_TOKEN environment variable and the appropriate command (node or npx).
Key features of ClickUp MCP Server
- Standardized MCP interface for AI assistants
- Access workspaces, spaces, folders, and lists
- Create, read, update, and delete tasks
- Retrieve docs from a workspace
- Create folders and lists
- No authentication besides an API token
Use cases of ClickUp MCP Server
- AI assistants managing tasks in ClickUp
- Automating workspace, space, and list creation
- Fetching and updating task details programmatically
- Integrating ClickUp data into AI-driven workflows
FAQ from ClickUp MCP Server
—
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论