C

ClickUp

Manage ClickUp tasks, docs and spaces.

·No reviews yet
Repo
Share:

About

Auto-generated

ClickUp is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about ClickUp.

What is the ClickUp MCP server used for?
The ClickUp MCP server enables interaction with ClickUp tasks, documents, and spaces. It allows users to manage project workflows, update task statuses, and access project information directly through an MCP client.
How can I install the ClickUp MCP in an MCP client?
Installation details vary by MCP client. Typically, you would add the server's repository URL (https://github.com/TaazKareem/clickup-mcp-server) or install it via a package manager if the client supports it.
Does the ClickUp MCP server require an API key?
Yes, this MCP server uses an API key for authentication. You will need to obtain an API key from your ClickUp account and configure it within your MCP client to authorize access.
What are the primary capabilities of the ClickUp MCP?
This MCP allows for the management of ClickUp projects, tasks, and related data. Specific capabilities include creating, updating, and querying tasks, as well as managing project spaces and documents within ClickUp.
Is there a cost associated with using the ClickUp MCP server?
The ClickUp MCP server itself is provided by the community and is open source. However, the ClickUp service it integrates with may have its own subscription plans and costs.
Are there any common limitations or prerequisites for using this MCP?
A key prerequisite is an active ClickUp account with appropriate permissions to access and modify data. Performance and feature availability may also depend on the ClickUp API rate limits and your specific ClickUp plan.

Install ClickUp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "clickup": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clickup"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "clickup": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clickup"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "clickup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clickup"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.