"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 Watch on YouTube (~2:39:00) | Lex Fridman Podcast #491
⚠️ Unofficial CLI - Not officially sponsored or affiliated with clickup20.
A production-ready command-line interface for clickup20 — Polls is a simple API allowing consumers to view polls and vote in them.
- Full API Access — All endpoints accessible via CLI
- JSON output — All commands support
--jsonfor scripting - Colorized output — Clean terminal output with chalk
- Configuration management — Store API keys securely
npm install -g @ktmcp-cli/clickupcom# Configure API key
clickupcom config set --api-key YOUR_API_KEY
# Make an API call
clickupcom call
# Get help
clickupcom --helpclickupcom config set --api-key <key>
clickupcom config set --base-url <url>
clickupcom config showclickupcom call # Make API call
clickupcom call --json # JSON outputAll commands support --json for structured output.
Base URL: https://polls.apiblueprint.org
For full API documentation, visit the official docs.
No server to run. No protocol overhead. Just install and go.
- Simpler — Just a binary you call directly
- Composable — Pipe to
jq,grep,awk - Scriptable — Works in cron jobs, CI/CD, shell scripts
MIT — Part of the Kill The MCP project.