MCP server exposing 5 tools for clickup.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/clickup/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
clickup_list_tasks — List all tasks in a ClickUp list. Returns task ID, name, status, priority, assignees, due date, and URL. Provide list ID (e.g., "123456").clickup_get_task — Fetch full task details including name, description, status, priority, assignees, tags, and time tracking. Provide task ID (e.g., "9hz6c").clickup_create_task — Create a new task in a ClickUp list. Provide list ID, task name, and optionally priority and assignee. Returns task ID, name, status, and URL.clickup_list_spaces — List all spaces in your ClickUp workspace. Returns space ID, name, and status.clickup_list_folders — List all folders in a ClickUp space. Provide space ID (e.g., "789"). Returns folder ID, name, and list count.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/clickup/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io