A
licenseNot graded
qualityD
maintenanceEnables AI assistants to manage TickTick/Dida365 tasks, projects, and tags through the MCP protocol, with features for GTD-based task organization and OAuth authentication.
20 npm
10
ISC
No user-submitted related servers found.
Scored across 15 tools
Each tool targets a distinct resource (project, task, auth) and action (create, read, update, delete, list), with no overlapping purposes. Auth tools are clearly separated from task operations.
All tools use a consistent verb_noun pattern in snake_case (e.g., create_project, list_tasks, revoke_auth), making it easy to predict functionality from names.
15 tools cover the full lifecycle of projects and tasks plus authentication support, without unnecessary redundancy. The count is well-scoped for a task management MCP server.
The surface includes CRUD for projects and tasks, batch operations, filtering, and auth flow. No obvious gaps—core workflows are fully supported.