Skip to main content
Glama
MauricioChaves00

MCP Todo Server (TypeScript)

Related Servers

Alternatives to MCP Todo Server (TypeScript)

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      A simple MCP server that turns a JSON file into a todo list, letting users add, list, complete, delete, and clear tasks through natural language in MCP-compatible clients.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      A basic MCP server that exposes a to-do list, letting users read tasks, add new tasks, mark them complete, and generate a daily summary.
      12 npm
      MIT
    • 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.
      153 npm
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A simple MCP server for managing todo items with SQLite database storage, supporting add, list, and remove operations.
      13 npm
      6
      ISC
    • A
      license
      A
      quality
      D
      maintenance
      An MCP server that allows AI assistants to manage todo lists stored in a simple markdown file, supporting creation, reading, updating, and deletion of todo items with persistent IDs.
      5
      6 npm
      6
      MIT

    TDQS

    B3.1/5.0

    Scored across 2 tools

    Disambiguation5/5

    Only two tools exist, 'add_task' and 'complete_task', each with a clearly distinct purpose: creating a task vs marking it complete. No overlap or ambiguity.

    Naming Consistency5/5

    Both tools follow a consistent verb_noun pattern in snake_case (add_task, complete_task), making the naming predictable and easy to understand.

    Tool Count2/5

    With only two tools, the server is too minimal for a typical todo server. Essential operations like listing, getting, updating, and deleting tasks are missing, making it feel incomplete for its intended scope.

    Completeness1/5

    The tool surface is severely incomplete for a todo server. There is no way to view tasks, update task details, delete tasks, or query specific tasks. The agent can only add and complete, which is insufficient.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues