Purpose
Use this MCP to:- Query workspace hierarchy and tasks
- Fetch context from initiatives and epics
- Create user stories with proper context
- Update task status and details
- Search for tasks across lists
Setup
Get your API key
- Go to ClickUp Settings → Apps
- Generate an API Token
- Copy your Team ID from the workspace URL (e.g.,
https://app.clickup.com/36668236/...)
Get your license key
The ClickUp MCP server requires a license key. Contact
@taazkareem for access to @taazkareem/clickup-mcp-server.Available tools
get_workspace_hierarchy
View the structure of your workspace, including spaces, folders, and lists.get_workspace_tasks
Search for tasks by list ID. Use this to query initiatives, epics, or user stories.get_task
Get detailed information about a specific task.create_task
Create a new task in a list.update_task
Update an existing task’s name, description, status, or other fields.Key IDs for P&T - DS & AI Squad
Claudio uses these list IDs to navigate your workspace:Query context
| What | List ID | Location |
|---|---|---|
| Initiatives | 901213053436 | P&T - General → Approved Initiatives |
| Current quarter epics | 901215396098 | DS & AI Squad → Q1 2026 Epics |
| Epic backlog | 901213056240 | DS & AI Squad → Epics Backlog |
Create work
| What | List ID | Location |
|---|---|---|
| User stories | 901213056238 | DS & AI Squad → Sprint Backlog (Upcoming) |
| Tech debt | 901213056236 | DS & AI Squad → Tech Debt & Spikes |
The current quarter epics list changes each quarter (Q1 2026, Q2 2026, etc.). Update the list ID when a new quarter starts.
Usage examples
Create a user story with context
Claudio follows this workflow when you ask to create a user story:- Strategic context from the initiative
- Problem definition from the epic
- Business value and success metrics
- Acceptance criteria based on your prompt
Search for tasks
Update task status
Best practices
Always query context before creating
Always query context before creating
Claudio automatically fetches initiative and epic context before creating user stories. This ensures every story has clear business value and strategic alignment.
Use the current quarter's epic list
Use the current quarter's epic list
Make sure you’re querying the right quarter’s epic list. The list ID changes each quarter (currently Q1 2026 =
901215396098).Include business value
Include business value
Every task should connect to business outcomes. Claudio extracts this from initiative and epic context automatically.
Use templates for consistency
Use templates for consistency
Claudio uses standardized templates for initiatives, epics, and user stories (see
docs/integrations/clickup/templates/).Troubleshooting
Can't find my workspace
Can't find my workspace
Verify your
CLICKUP_TEAM_ID is correct. You can find it in your workspace URL: https://app.clickup.com/TEAM_ID/...Permission errors
Permission errors
Make sure your API key has access to the workspace and the specific lists you’re trying to query.
License key invalid
License key invalid
The ClickUp MCP server requires a valid license. Contact the package maintainer if you’re getting license errors.