ClickUp MCP Server
Enables AI assistants to interact directly with the ClickUp REST API v2 for managing tasks, folders, and lists. It supports full workspace hierarchy management, time tracking, and task operations through natural language.
README
ClickUp MCP Server
A robust Model Context Protocol (MCP) server for ClickUp. This server enables AI assistants (like OpenCode, Claude Desktop, etc.) to interact directly with your ClickUp workspace, allowing for natural language management of tasks, lists, folders, and more.
Unlike official adapters that may rely on limited proxies, this implementation connects directly to the ClickUp REST API v2, providing improved reliability and deep integration.
✨ Features
- Full Hierarchy Management: Create, update, and delete Spaces, Folders, and Lists.
- Task Operations: Create tasks, update status/details, fetch comments, and read custom fields.
- Tagging System: Manage tags (create/edit/delete) and apply them to tasks.
- Time Tracking: Start and stop timers, view time entries.
- Context Awareness: Inspect list schemas (statuses, custom fields) and user details.
- Search: (Limited) search for tasks within workspaces.
🚀 Quick Start
Prerequisites
- Node.js v18+
- A ClickUp Account
- A ClickUp OAuth App (Client ID & Secret). Create one here.
Installation
git clone https://github.com/yourusername/clickup-mcp.git
cd clickup-mcp
npm install
npm run build
Configuration & Authentication
-
Configure Credentials:
node dist/cli.js configure <YOUR_CLIENT_ID> <YOUR_CLIENT_SECRET> -
Login:
node dist/cli.js loginThis will open your browser to authenticate with ClickUp.
Integration with OpenCode
Run the registration script to add this server to your OpenCode configuration:
powershell -ExecutionPolicy Bypass -File scripts/register.ps1
Restart OpenCode, and the "ClickUp" tools will appear.
🛠️ Available Tools
The server exposes the following tools to the AI:
Task Management
get_tasks/get_task: Read tasks.create_task/update_task: Modify tasks.get_comments/create_comment: Collaborative features.
Hierarchy & Structure (CRUD)
- Workspaces (Teams):
get_workspaces - Spaces:
get_spaces,create_space,update_space,delete_space - Folders:
get_folders,create_folder,update_folder,delete_folder - Lists:
get_lists,create_list_in_folder,create_list_in_space,update_list,delete_list
Schema & Metadata
get_list_details: View list statuses, defaults, and configuration.get_accessible_custom_fields: View available custom fields for a list.get_current_user: Identify the authenticated user.
Tags
get_tags: List available tags.create_tag/edit_tag/delete_tag: Manage the tag library.add_tag_to_task/remove_tag_from_task: Apply tags.
Time Tracking
get_time_entries: View logs.start_timer/stop_timer: Control active sessions.
💻 Development
This project is built with TypeScript and Axios.
- Build:
npm run build - Test:
npm test(Runs comprehensive unit tests with 100% coverage) - Lint:
npm run lint
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.