Productivity

ClickUp

@ktmcp-cli/clickup

ClickUp is an all-in-one project management platform. This CLI gives you full access to tasks, spaces, lists, folders, goals, and time tracking so you can automate your workflow directly from the terminal.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/clickup

Features

Create and manage tasks
Workspace and space management
Time tracking
Goal tracking
Comment and attachment handling
Custom field support

Usage Examples

Authentication

# Set up API token
clickup auth login --api-token YOUR_TOKEN

# Verify connection
clickup auth status

Manage tasks

# List tasks in a space
clickup tasks list --space-id SPACE_ID

# Create a new task
clickup tasks create \
  --list-id LIST_ID \
  --name "New task" \
  --priority high

# Update a task
clickup tasks update TASK_ID --status done

Documentation

For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.