Skip to main content
Glama
chukaibejih

Task Manager MCP Server

by chukaibejih

Related Servers

Alternatives to Task Manager MCP Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      A task manager MCP server that demonstrates all three MCP primitives (tools, resources, prompts). Enables users to manage tasks, read task summaries and details, and run structured planning/review prompts through natural language.
      -
    • A
      license
      B
      quality
      D
      maintenance
      A task management MCP server for AI-driven development, enabling creation, tracking, and organization of tasks with subtasks, priorities, and dependencies via natural language commands.
      13
      6 npm
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      A production-ready MCP server for task management, enabling LLMs to create, list, and manage tasks via tools and resources, with support for local stdio and cloud Streamable HTTP deployment.
      5
      -
    • F
      license
      Not graded
      quality
      B
      maintenance
      A lightweight task management MCP server that enables CRUD operations on tasks stored in a single JSON file, including listing, creating, updating progress, and setting priorities.
      215 npm
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A 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.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      A personal task management MCP server that allows LLM clients to create, read, update, and delete tasks with projects, labels, and comments, using a local SQLite database that can also be accessed via a web UI.
      -

    TDQS

    B3.4/5.0

    Scored across 7 tools

    Disambiguation4/5

    Most tools have clearly distinct purposes (create, list, get, update, delete), but complete_task overlaps with update_task since the latter can also set status to completed. The descriptions make the distinction clear enough, but it's a minor point of confusion.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern: create_task, list_tasks, get_task, update_task, delete_task, complete_task, get_task_summary. No deviations or mixed conventions.

    Tool Count5/5

    Seven tools provide a well-scoped set covering standard task management operations plus a summary helper. Each tool earns its place without redundancy.

    Completeness5/5

    The toolset provides full CRUD coverage (create, read, list, update, delete), a dedicated complete action, and summary statistics. No obvious lifecycle gaps for a task manager; filters are available on list_tasks.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues