The Claude MCP connector is amazing and really turbo charges being able to keep things organised - BUT it doesn't have access to the task link endpoint to be able to manage relationships between tasks - given that using an LLM with Clickup allows for really granular management of the work - being able to add and remove links really aids in more complex systems. Add Task Link API Endpoint Endpoint: POST https://api.clickup.com/api/v2/task/{task_id}/link/{links_to} Documentation: https://developer.clickup.com/reference/addtasklink What it does: This is the equivalent of the "Task Links" feature in the right-hand sidebar of a task. It links two tasks together.