mcp-todo-server

costaadiego1989/mcp-todo-server
★ 0 stars TypeScript Memory/Knowledge Updated 6d ago
Model Context Protocol server exposing todo CRUD as tools for any MCP-compatible host
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": {
    "mcp-todo-server": {
      "command": "npx",
      "args": [
        "-y",
        "costaadiego1989/mcp-todo-server"
      ]
    }
  }
}