MCP.so
登录

ClickUp MCP Server

@MCP-Mirror

关于 ClickUp MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "TaazKareem_clickup-mcp-server": {
      "command": "npx",
      "args": [
        "@taazkareem/clickup-mcp-server"
      ]
    }
  }
}

工具

41

Name of the task

ID of the list (optional if listName provided)

Name of the list (optional if listId provided)

Task description

Task status

Priority level (1-4)

Due date (ISO string)

Array of user IDs

Array of task objects, each containing:

ID of the list (optional if listName provided)

Name of the list (optional if listId provided)

Name of the list

ID of the space (optional if spaceName provided)

Name of the space (optional if spaceId provided)

List description

List status

Priority level (1-4)

Due date (ISO string)

Name of the folder

ID of the space (optional if spaceName provided)

Name of the space (optional if spaceId provided)

Whether to override space statuses

Name of the list

ID of the folder (optional if using folderName)

Name of the folder

ID of the space (required if using folderName)

Name of the space (alternative to spaceId)

List description

List status

ID of the task to move

ID of destination list (optional if listName provided)

Name of destination list (optional if listId provided)

ID of the task to duplicate

ID of destination list (optional if listName provided)

Name of destination list (optional if listId provided)

ID of the task to update

New task name

New description

New status

New priority level (1-4)

New due date (ISO string)

概览

What is ClickUp MCP Server?

The ClickUp MCP Server is a Model Context Protocol (MCP) server that enables AI agents to interact with ClickUp tasks, spaces, lists, and folders through a standardized interface.

How to use ClickUp MCP Server?

Install globally via npm install -g @taazkareem/clickup-mcp-server or run with npx. Configure environment variables CLICKUP_API_KEY and TEAM_ID. For Cursor AI Composer, add the server under MCP Servers with the npx command and your credentials as environment variables.

Key features of ClickUp MCP Server

  • List and read ClickUp tasks as resources
  • Create, update, and delete spaces, folders, and lists
  • Create single or bulk tasks with priorities and due dates
  • Move and duplicate tasks between lists
  • Smart name resolution (IDs or case-insensitive names)
  • AI-powered task summarization and recommendations

Use cases of ClickUp MCP Server

  • Automate task creation from AI chatbots or assistants
  • Query workspace hierarchy for project management insights
  • Generate detailed task descriptions with AI help
  • Move or duplicate tasks across lists during workflow changes
  • Summarize and analyze priorities for team retrospectives

FAQ from ClickUp MCP Server

What is required to use this server?

A ClickUp API key (from app.clickup.com/settings/apps) and your team ID are required, both set as environment variables.

How do I reference items like spaces, folders, or lists?

You can use either the item's ID or its name. Name matching is case-insensitive and can search globally across the workspace.

Can I create multiple tasks at once?

Yes, the create_bulk_tasks tool allows creating several tasks simultaneously in a single list.

How do I integrate this server with Cursor AI Composer?

In Cursor's settings under Features, add an MCP Server with the command npx -y @taazkareem/clickup-mcp-server --env CLICKUP_API_KEY=... --env TEAM_ID=....

What errors might I encounter?

The server returns clear error messages for missing parameters, invalid IDs or names, items not found, permission issues, and API errors.

评论

其他 分类下的更多 MCP 服务器