clickup

Manage ClickUp tasks, comments, and time tracking via MCP.

16|2|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/maroffo/claude-forge --skill clickup-maroffo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clickup
Source: https://github.com/maroffo/claude-forge/tree/main/skills/clickup
Command: npx skills add https://github.com/maroffo/claude-forge --skill clickup-maroffo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interaction with ClickUp, automating task management, comments, and time tracking, reducing manual effort and ensuring workflow consistency.

Core Features & Use Cases

  • Task Management: Create, update, and retrieve tasks within your ClickUp workspace.
  • Collaboration: Add comments to tasks, including automated branch names and CI links.
  • Time Tracking: Log time spent on specific tasks.
  • Workspace Navigation: Search for tasks and understand task hierarchy.
  • Use Case: When starting work on a new feature, use this Skill to find the corresponding ClickUp task, update its status to "in progress", and automatically add a comment with your Git branch name.

Quick Start

Use the clickup skill to search for tasks related to 'bug fixes' and update the status of the first result to 'in progress'.

Frequently Asked Questions about clickup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ClickUp task management through a Message-Centric Protocol interface?

You can automate ClickUp task management through an MCP interface by creating, updating, and retrieving tasks programmatically. This requires a connected and authenticated ClickUp MCP server to reduce manual data entry and ensure workflow consistency.

Can I automatically add Git branch names and CI links to ClickUp task comments?

Yes, you can add comments to ClickUp tasks that automatically include your Git branch names and CI links. This facilitates collaboration by linking development artifacts directly to the relevant project management tickets.

Do I need an authenticated ClickUp MCP server to manage tasks using this approach?

Yes, managing tasks requires a connected and authenticated ClickUp MCP server for operation. This prerequisite ensures secure workspace navigation, task updates, and time tracking without relying on ID guessing.

How do I log time spent on specific ClickUp tasks using MCP?

You log time spent on specific ClickUp tasks by sending a time tracking request through the MCP interface. This records your working hours directly against the corresponding task within your authenticated workspace.

What are the limitations of using MCP for ClickUp workspace navigation?

Limitations include enforcing English-only content for all tasks and comments, and explicitly preventing ID guessing. You must search for tasks to understand the hierarchy rather than attempting to guess identifiers.