ClickUp MCP: Add task to additional lists
completed
Per Magne Skuseth
We have the need to use MCP to add tasks to additional lists after a task has been created.
Log In
Ankit Mishra
marked this post as
completed
Hey everyone! You can now move a task to a different list or add a task to an additional list (where appropriate). Try it and let me know if you have any feedback!
Troy Willmot
The ClickUp MCP server at mcp.clickup.com doesn't support adding a task to a second list. The REST API already has
POST /task/{task_id}/list/{list_id} for this. Please expose this as an MCP tool (e.g. clickup_add_task_to_list) so
automations can fully manage multi-list workflows.