taskdog-mcp
Related Servers
Alternatives to taskdog-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA local task management MCP server that enables users to create, update, and manage tasks through natural language conversations with Claude. It provides nine tools for comprehensive task management including creation, filtering, searching, and daily planning without requiring a separate UI or backend service.-
- AlicenseBqualityBmaintenanceA local-first task manager with SQLite backend, exposed as CLI, TUI, and MCP server. Enables AI assistants to manage tasks via tools for add, edit, search, plan, and more.19MIT
- FlicenseNot gradedqualityDmaintenanceA task management MCP server that provides tools to create, list, complete, and delete tasks using pluggable storage backends. It enables users to interact with their task lists through natural language using MCP-compatible clients like Claude Desktop.-
- AlicenseNot gradedqualityAmaintenanceTask and project management MCP server with OAuth for Claude Desktop, Cursor bridge, semantic search, staged write approval7 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server that wraps a personal task manager REST API, enabling Claude to read and manage tasks via tools like get_tasks and add_task.5 npmMIT
- AlicenseNot gradedqualityBmaintenanceTask queue MCP server for Claude Code that allows adding, listing, and completing tasks from an external CLI, enabling Claude to drain a queue of follow-up work without disturbing a running turn.MIT
TDQS
Scored across 26 tools
Each tool targets a distinct resource and action combination. Lifecycle verbs like start_task, complete_task, pause_task, cancel_task, and reopen_task are clearly differentiated by their state transitions, and list_tasks vs get_executable_tasks are distinguished by the latter's focus on AI-executable work.
All tool names follow a consistent verb_noun snake_case pattern (e.g., list_tasks, create_task, delete_task, optimize_schedule). Retrieval tools use get_ for single items and list_ for collections, and state-changing verbs are consistent throughout.
With 26 tools, this exceeds the 25-tool threshold for 'too many.' While the domain is broad, several utilities like get_task_notes, set_task_tags, and the various statistics tools could potentially be consolidated.
The tool surface provides comprehensive task lifecycle management: create, read, update, delete/archive/restore, all status transitions, dependencies, tags, notes, audit logs, statistics, scheduling optimization, and decomposition. No obvious gaps exist for a task management system.