This MCP server facilitates the integration of ClickUp with AI agents and workflows, enabling management of tasks and other project elements using natural language.
From the registry: ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)

Please install the `clickup` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **ClickUp API token** — Get a Personal API Token from ClickUp Settings > Apps (https://clickup.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@taazkareem/clickup-mcp-server"]
- required environment variables:
- `CLICKUP_API_TOKEN`: ClickUp Personal API Token (example: `<your-clickup-api-token>`)
- optional environment variables:
- `CLICKUP_TEAM_ID`: ClickUp team ID (for API Key auth fallback) (example: `<your-clickup-team-id>`)
Note: Premium ClickUp MCP with OAuth 2.1 + API Key auth, multi-workspace support, full task/doc/time/goal/view/chat management. 460+ stars.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Atlassian Rovo MCP Server