clickup
ABOUTME: ClickUp MCP integration for task management and workflow automation
ABOUTME: Task CRUD, comments, time tracking, workspace hierarchy, search
ClickUp MCP Integration
Critical Rules
- ALL content in English - task names, descriptions, comments
- Never guess IDs - always search or ask
- Read before update - understand current state
- Check comments - automation adds branch names, CI links
Quick Reference
# Search → Get → Update flow
clickup_search → keywords: "task name"
clickup_get_task → task_id: "abc123"
clickup_update_task → task_id, status: "in progress"
clickup_get_task_comments → task_id (check for branch name)
clickup_create_task_comment → task_id, comment_text: "..."
All tools available via MCP: clickup_* prefix. See tool schemas for parameters.
Key: Always search before creating. Never guess IDs. create_task requires list_id - ask user.
Workflow: Starting a Task
- Search:
clickup_search→ keywords - Get details:
clickup_get_task→ task_id - Check comments:
clickup_get_task_comments→ find branch name - Update status:
clickup_update_task→ status: "in progress" - Create branch using name from comment
Workflow: Completing a Task
- Add comment:
clickup_create_task_comment→ "Completed. MR: https://..." - Update status:
clickup_update_task→ status: "ready for review"
Git Integration
Branch format from automation: <type>/<task-name>_CU-<task-id>
Example: feature/user-auth_CU-abc123
- Task created → automation adds branch comment
- Read comment → get branch name
- Work & commit → reference task ID
- Create MR → link to task
- Update status → "ready for review" → "complete"
More from maroffo/claude-forge
email-cleanup
Clean up Gmail - archive old emails, delete promotions, manage storage. Use when user wants to clean inbox, archive emails, or free up space.
25newsletter-digest
Process newsletters into Second Brain digest. Use when user wants to process newsletters, create digest, or catch up on subscriptions. Not for web clippings (use process-clippings) or email bookmarks (use process-email-bookmarks).
22table-image
Render markdown tables as hand-drawn sketch images. Use when user wants a table rendered as an image, visual table, or diagram illustration.
21apple-swift
Apple platform development with Swift, SwiftUI, async/await, and performance. Use when working with .swift files, Package.swift, Xcode projects, or building for iOS/macOS/watchOS/visionOS.
20react-nextjs
React + Next.js App Router development. Use when working with .tsx/.jsx files, next.config, or user asks about Server Components, data fetching, state management, forms, or React testing.
20inbox-triage
Review and prioritize Gmail inbox. Use when user wants to check email, review inbox, or see what needs attention.
19