ClickUp MCP Server: Support fetching threaded/nested comment replies
S
Steve Rodriguez
The get_task_comments MCP tool only returns top-level comments. When a comment has threaded replies (reply_count > 0), there's no way to retrieve those replies through the MCP server.
The ClickUp REST API already supports this via GET /api/v2/comment/{comment_id}/reply. It would be great to expose this as an MCP tool (e.g., clickup_get_comment_replies) so AI assistants can read full conversation threads.
Use case: When checking task comments for context, threaded replies often contain the most important information (answers, decisions, follow-ups) but are currently invisible to the MCP client.
Log In
Miron Puzanov
Ankit Mishra tagging you here for visibility on this request