
clickup-mcp-server
by taazkareem·★ 39·Score 45
A premium MCP server for integrating ClickUp project management with AI agents through task management, document handling, and time tracking.
Overview
The ClickUp MCP Server provides comprehensive integration with ClickUp's project management platform through the Model Context Protocol. It offers features including task creation and management, document handling, time tracking, comment management, and workspace control. The server uses OAuth 2.1 authentication for secure multi-tenant operation and supports intelligent search and resolution across various ClickUp elements. Currently, this project has transitioned to a premium model requiring a license for full access.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're already using ClickUp for project management and want deep AI integration with its features like tasks, time tracking, and documents.
When NOT to choose this
Don't choose this if you need open-source alternatives, as this project has transitioned to a paid model with licensing requirements.
Tools this server exposes
12 tools extracted from the READMEcreate_taskCreate a new task in ClickUp with support for checklists, attachments, custom fields, and more
update_taskUpdate an existing task's properties, status, custom fields, and more
list_tasksRetrieve tasks from ClickUp with filtering by space, folder, list, status, assignee, and more
create_commentAdd or reply to comments on tasks, lists, and views with support for mentions and rich text
log_timeLog time entries against tasks with manual entries or time tracking
create_docCreate new ClickUp documents with markdown content and manage pages within documents
search_tasksPerform fuzzy search across tasks by name, description, custom fields, members, and more
create_goalCreate and manage OKRs with goals and key results across the workspace
create_viewCreate and manage views at any level of the workspace hierarchy
create_task_templateBrowse and create tasks from pre-defined ClickUp task templates
manage_webhooksCreate and manage ClickUp webhooks for real-time notifications
create_tagCreate and manage tags for organizing and filtering tasks across the workspace
Comparable tools
Installation
Installation
- Purchase a license from the [premium access](#premium-access) section
- Install the package via npm:
``bash npm install -g @taazkareem/clickup-mcp-server ``
- Configure your MCP client with the server. For Claude Desktop, add to your
claude_desktop_config.json:
``json { "mcpServers": { "clickup": { "command": "npx", "args": ["@taazkareem/clickup-mcp-server"] } } } ``
FAQ
- Is this server free to use?
- No, this project has transitioned from open-source to a premium model. A license is required for full access to all features.
- What authentication methods are supported?
- The server supports OAuth 2.1 with advanced security hardening, as well as backward compatibility with API Key/Team ID(s).
Compare clickup-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.