mcp-clickup
Related Servers
Alternatives to mcp-clickup
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceAn MCP server for interacting with ClickUp via its REST API, providing tools to manage tasks, search work, and explore workspace structure.615 npmMIT
- AlicenseBqualityDmaintenanceMCP server for ClickUp task management, enabling task search, creation, update, deletion, workspace info retrieval, and comment management via ClickUp API v2.1525 npmMIT
- AlicenseBqualityDmaintenanceCustom MCP server integrating ClickUp tasks and docs/wikis via REST API with Personal Access Token.815 npmMIT
- AlicenseBqualityCmaintenanceAn MCP server providing comprehensive access to the ClickUp API, enabling AI assistants to manage docs, tasks, spaces, lists, and more.89307 npmMIT
- AlicenseNot gradedqualityDmaintenanceA secure and optimized MCP server for integrating ClickUp project management, enabling task CRUD operations, workspace organization, file attachments, and natural language date parsing.MIT
- AlicenseBqualityBmaintenanceLightweight ClickUp MCP server for task management with 37 tools and token-optimized responses to reduce API verbosity.3733 npm3MIT
TDQS
Scored across 4 tools
Tools are mostly distinct: authentication vs. task retrieval. However, clickup_get_task and clickup_get_task_by_custom_id have similar purposes differentiated only by ID type, which could cause minor confusion despite clear descriptions.
All tools follow a consistent snake_case verb_noun pattern (clickup_authenticate, clickup_get_task, etc.) with no deviations, making the naming predictable and clear.
With 4 tools, the server is slightly sparse but appropriate for a focused task retrieval scope. The count is not excessive, but the server could benefit from a few more tools for a broader feature set.
The tool surface is severely incomplete for a task management API. It only provides authentication and read operations for tasks, missing create, update, delete, and other essential endpoints like listing tasks by filter or managing other entities (lists, folders).