Install
openclaw skills install pipeworx-clickupAccess and manage ClickUp tasks, spaces, folders, and create new tasks using the ClickUp REST API v2 with your API key.
openclaw skills install pipeworx-clickupClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
List all tasks in a ClickUp list. Returns task ID, name, status, priority, assignees, due date, and
Fetch full task details including name, description, status, priority, assignees, tags, and time tra
Create a new task in a ClickUp list. Provide list ID, task name, and optionally priority and assigne
List all spaces in your ClickUp workspace. Returns space ID, name, and status.
List all folders in a ClickUp space. Provide space ID (e.g., "789"). Returns folder ID, name, and li
{
"mcpServers": {
"clickup": {
"url": "https://gateway.pipeworx.io/clickup/mcp"
}
}
}