TickTick MCP Server
Related Servers
Alternatives to TickTick MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that connects AI assistants to TickTick, enabling project and task management through natural language, including reading projects, finding tasks, creating tasks, and completing work.2MIT
- AlicenseNot gradedqualityFmaintenanceMCP server that enables AI agents to manage Dida365/TickTick tasks, projects, tags, and habits through natural language, with full CRUD, search, and advanced V2 capabilities.2MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for TickTick/Dida365 task integration, enabling AI-driven task decomposition and management with automated OAuth authentication.10MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for integrating TickTick task management with AI applications, enabling task and project operations via natural language.8 npmMIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that connects AI assistants to your TickTick tasks, enabling task management through natural language.81MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for TickTick task management. Enables AI assistants to create, update, list, search, and complete tasks via natural language.50 npm29MIT
TDQS
Scored across 52 tools
There are many task-fetching tools with similar boundaries (due today, due tomorrow, due this week, due in N days, overdue, by priority, engaged, next, daily summary), so an agent could easily pick the wrong one. Detailed descriptions help separate them, but the overlap is noticeable, and get_project vs get_project_data adds further ambiguity.
All tools share the ticktick_ prefix and use snake_case with mostly verb_noun naming like get_tasks, create_task, update_project, delete_tag. Minor deviations such as daily_summary, filter_tasks, checkin_habit, and move_task_to_column are still readable and predictable, so the naming is mostly consistent.
Fifty-two tools is far beyond the typical well-scoped MCP server, and the count feels inflated by many overlapping task-query variants. While TickTick is a feature-rich app, this tool surface is heavy and would benefit from consolidation or more granular grouping.
Core CRUD workflows for projects, tasks, tags, columns, and folders are mostly present, and there are rich query options for tasks. However, notable lifecycle gaps exist: habits cannot be updated, trashed tasks cannot be restored despite being fetched for recovery, and columns/folders have no update/rename operations.