MCP Todo Server (TypeScript)
MCP Todo Server (TypeScript)
Einfacher MCP-Server, der eine To-Do-Liste in einer lokalen JSON-Datei verwaltet. Erstellt für die außercurriculare Arbeit 1 (MCP) von Programmierung IV, UNA.
Bereitgestellte Fähigkeiten
Typ | Name | Beschreibung |
Resource |
| Gibt die vollständige Aufgabenliste als JSON zurück |
Tool |
| Fügt eine neue Aufgabe hinzu |
Tool |
| Markiert eine Aufgabe als erledigt |
Prompt |
| Erstellt eine Zusammenfassung des Aufgabenstatus |
Related MCP server: Todo MCP Server
Installation
Dieses Repository klonen und in den Ordner wechseln:
git clone <url-del-repo> cd mcp-todo-server-tsAbhängigkeiten installieren:
npm installTypeScript-Projekt kompilieren:
npm run build
Ausführung
Um den Server mit dem offiziellen MCP Inspector zu testen (Web-Oberfläche, in der Sie das Resource, die Tools und den Prompt aufrufen können, ohne Claude Desktop zu benötigen):
npm run inspectorUm ihn direkt auszuführen:
npm startVerbindung mit Claude Desktop
Siehe Anweisungen im Konfigurationsabschnitt von claude_desktop_config.json von Übung 3 dieser Arbeit. Der zu registrierende Befehl zeigt auf die kompilierte Datei, zum Beispiel:
{
"mcpServers": {
"todo-server": {
"command": "node",
"args": ["C:\\ruta\\completa\\a\\mcp-todo-server-ts\\build\\server.js"]
}
}
}Projektstruktur
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 archivoDurchgeführte Tests
(Ergänzen mit Screenshots des npm run inspector, die mindestens 3 Interaktionen zeigen: zum Beispiel zwei Aufgaben hinzufügen und eine abschließen, sowie die Abfrage des Resource und des Prompts daily_summary.)
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceAn 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.5146MIT
- Flicense-qualityDmaintenanceThis MCP server provides tools to manage a todo list with CRUD operations, enabling listing, creating, updating, and deleting todos.
- Alicense-qualityDmaintenanceA simple MCP server for managing todo items with SQLite database storage, supporting add, list, and remove operations.136ISC
- Flicense-qualityBmaintenanceA 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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