mcp-todo-server
MCP Todo Server
Einfacher MCP-Server für Aufgabenverwaltung, entwickelt als Teil
der Zusatzarbeit 1 (MCP) — Programmierung IV, Universidad Latina de Costa Rica.
Autor: Adonis Fabricio Fajardo Rojas
Beschreibung
Dieser Server stellt die folgenden Funktionen über das Model Context Protocol bereit:
Resource
tasks://all: gibt die vollständige Aufgabenliste im JSON-Format zurück.Tool
add_task(nombre, descripcion, prioridad): fügt eine neue Aufgabe hinzu.Tool
complete_task(task_id): markiert eine Aufgabe anhand ihrer ID als abgeschlossen.Prompt
daily_summary: erstellt eine Vorlage für eine Zusammenfassung des Aufgabenstatus.
Voraussetzungen
Python 3.10 oder höher
pip
Installation
Repository klonen:
  git clone \[URL-de-tu-repo]
  cd mcp-todo-server
Virtuelle Umgebung erstellen und aktivieren:
  python -m venv venv
  venv\\Scripts\\activate
Abhängigkeiten installieren:
  pip install -r requirements.txt
Ausführung
Entwicklungsmodus (mit MCP Inspector)
mcp dev server.py
Dies öffnet eine lokale Weboberfläche zum Testen der Resources, Tools und Prompts,
ohne dass ein vollständiger MCP-Client erforderlich ist.
Verbindung mit Claude Desktop
Fügen Sie die folgende Konfiguration zur Datei claude_desktop_config.json hinzu:
{
  "mcpServers": {
  "todo-server": {
  "command": "python",
  "args": \["C:\\\\Users\\\\adoni\\\\mcp-todo-server\\\\server.py"]
  }
  }
}
Projektstruktur
mcp-todo-server/
├── server.py # Haupt-MCP-Server
├── tasks.json # Aufgabenspeicherung
├── requirements.txt # Abhängigkeiten
└── README.md # Diese Datei
Kompatibilitätshinweise
Dieses Projekt verwendet das offizielle SDK mcp==1.29.0. Ein Update auf
mcp>=2.0.0 wird nicht empfohlen, da diese Version inkompatible Änderungen einführt (umbenannt
FastMCP zu MCPServer, unter anderem) und die Kompatibilität
mit Claude Desktop zum Zeitpunkt dieser Arbeit nicht gewährleistet ist.
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 Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
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/Adonis2310/mcp-todo-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server