todo-list-mcp-server

Arslan-Codes097/todo-list-mcp-server
★ 0 stars Python AI/LLM Updated today
A minimalist Model Context Protocol (MCP) server built with Python to provide AI agents with a robust, local To-Do list manager via CRUD operations.
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

README Excerpt

A minimalistic and functional Model Context Protocol (MCP) server that provides AI assistants with a robust local To-Do list manager. This server demonstrates how an AI can manage local state and interact with persistent data (CRUD operations) without requiring external APIs or complex databases. - **Live Registry Listing:** [Glama MCP Server](#) *(Pending Review)*

Tools (1)

pip

Topics

ai-agentsmcpproductivitypython