MCP Server: Add Sprint Points (read & write) to task tools
Sarah Van den berghe
The ClickUp MCP server currently doesn't expose Sprint Points when reading or writing tasks. The points field is missing from both the Get Task response and the Update/Create Task tool parameters.
The REST API already fully supports this (points as a top-level field on GET /v2/task/{id}, PUT /v2/task/{id}, and POST /v2/list/{id}/task), so this seems like a gap in MCP tool coverage rather than a missing platform capability.
Sprint Points are essential for sprint planning and workload tracking. Without MCP support, AI agents (e.g. Claude, Cursor) can't read or set points on tasks, forcing teams to fall back to manual updates or direct API calls.
Request: Surface the points field in the MCP's task read/write tools, matching the existing REST API behavior.
Log In