Skip to main content
Glama

clickup-mcp

A thin Model Context Protocol (MCP) server that exposes the full ClickUp REST API v2 as MCP tools.

Connect any MCP-compatible client (Claude Desktop, Cursor, etc.) to manage your ClickUp workspaces through natural language.

Features

  • Workspaces & Teams — list workspaces, get workspace members

  • Spaces — CRUD operations on spaces

  • Folders — CRUD operations on folders

  • Lists — CRUD operations on lists, folderless lists

  • Tasks — full task lifecycle: create, read, update, delete, move, duplicate

  • Task Fields — custom fields, assignees, tags, checklists, attachments

  • Members — workspace and list members

  • Comments — task and list comments

  • Goals & Key Results — create and track goals

  • Views — workspace, space, folder, and list views

  • Webhooks — create and manage webhooks

  • Time Tracking — log and query time entries

Related MCP server: clickup-mcp

Setup

1. Get a ClickUp API Token

Go to ClickUp → Settings → Apps and generate a personal API token.

2. Install

npm install -g clickup-mcp

3. Configure Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clickup": {
      "command": "clickup-mcp",
      "env": {
        "CLICKUP_API_TOKEN": "your_token_here"
      }
    }
  }
}

4. Run directly

CLICKUP_API_TOKEN=your_token clickup-mcp

Environment Variables

Variable

Required

Description

CLICKUP_API_TOKEN

Yes

Personal API token from ClickUp Settings → Apps

CLICKUP_TEAM_ID

No

Default team/workspace ID (used when not specified in tool calls)

Development

git clone https://github.com/MohanadAlrefaai/clickup-mcp.git
cd clickup-mcp
npm install
npm run dev

License

MIT

Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP (Model Context Protocol) server for Appwrite

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

Latest Blog Posts

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/MohanadAlrefaai/clickup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server