Skip to main content
Glama
MauricioChaves00

MCP Todo Server (TypeScript)

MCP Todo Server (TypeScript)

MCPサーバー基本で、ローカルのJSONファイルに保存されたTODOリストを管理します。 UNAのプログラミングIVの課外課題1(MCP)のために作成されました。

公開機能

タイプ

名前

説明

Resource

tasks://list

タスクの完全なリストをJSONで返します

Tool

add_task(nombre, descripcion, prioridad)

新しいタスクを追加します

Tool

complete_task(task_id)

タスクを完了としてマークします

Prompt

daily_summary

タスクの状態の概要を生成します

Related MCP server: Todo MCP Server

インストール

  1. このリポジトリをクローンし、フォルダに移動します:

    git clone <url-del-repo>
    cd mcp-todo-server-ts
  2. 依存関係をインストールします:

    npm install
  3. TypeScriptプロジェクトをコンパイルします:

    npm run build

実行

公式のMCP Inspector(Claude Desktopを必要とせずにresource、tools、promptを呼び出せるWebインターフェース)でサーバーをテストするには:

npm run inspector

直接実行するには:

npm start

Claude Desktopとの接続

この作業の演習3のclaude_desktop_config.json設定セクションの指示を参照してください。登録するコマンドはコンパイル済みファイルを指します。例:

{
  "mcpServers": {
    "todo-server": {
      "command": "node",
      "args": ["C:\\ruta\\completa\\a\\mcp-todo-server-ts\\build\\server.js"]
    }
  }
}

プロジェクト構造

mcp-todo-server-ts/
├── src/
│   └── server.ts        # Servidor MCP principal (código fuente)
├── build/                # Generado por "npm run build" (no se sube a git)
├── tasks.json            # Almacenamiento de tareas
├── package.json          # Dependencias y scripts
├── tsconfig.json         # Configuración de TypeScript
└── README.md             # Este archivo

実施したテスト

npm run inspectorのスクリーンショットを添付し、少なくとも3つのインタラクション(例:2つのタスクを追加して1つを完了、さらにresourceとdaily_summaryプロンプトのクエリ)を示してください。)

A
license - permissive license
-
quality - not tested
-
maintenance - not tested

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • 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
    14
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A simple MCP server for managing todo items with SQLite database storage, supporting add, list, and remove operations.
    13
    6
    ISC
  • F
    license
    -
    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.
    133

View all related MCP servers

Related MCP Connectors

  • A basic MCP server to operate on the Postman API.

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Hosted MCP server for personal tools: budgets, savings goals, spaced repetition, tips, countdowns.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MauricioChaves00/-mcp-todo-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server