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.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/clickup # Set up API token
clickup auth login --api-token YOUR_TOKEN
# Verify connection
clickup auth status # 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 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.