ToDo-List-MCP-Server

HaseebaYasin55/ToDo-List-MCP-Server
★ 0 stars Python AI/LLM Updated today
A simple, beginner-friendly Model Context Protocol (MCP) server written in Python. It lets any MCP-compatible AI client (like Claude Desktop) manage a to-do list on your computer through five tools: add, view, get by ID, complete, and delete.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "todo-list-mcp-server": {
      "command": "uvx",
      "args": [
        "todo-list-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install todo-list-mcp-server

Topics

glamamcp-servermodel-context-protocolpython