Back to Apps

MCP Todo
Supports UIby nexascience
Simple and effective task management server for MCP-enabled AI assistants.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
MCP Todo provides a lightweight, interactive task management system that allows AI assistants to create, track, and analyze todo lists. It transforms a standard LLM conversation into a persistent productivity tool by managing task states and completion patterns.
Key features
- Task Lifecycle: Create new tasks and mark them as completed via natural language.
- Smart Filtering: Quickly retrieve incomplete tasks or specific categories of work.
- Completion Analytics: Analyze task patterns to understand productivity trends.
- Persistent Storage: Keeps your task list consistent across different AI sessions.
Installation
- Claude Desktop: Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"todo": {
"command": "node",
"args": ["/absolute/path/to/MCP-todo/dist/server.js"]
}
}
}
Supported hosts
- claude
Quick install
npm install mcp-todo-serverInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"todo": {"command": "node", "args": ["/absolute/path/to/MCP-todo/dist/server.js"]}}}





