todo-assistant
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@todo-assistantadd a task to buy groceries with high priority"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TODO Assistant MCP Server
A simple MCP server for managing TODO tasks. Works with any MCP-compatible client.
Setup
Install Python 3.10+
Install dependencies:
pip install -r requirements.txtRelated MCP server: Backlog MCP Server
Connect to your MCP client
This server uses stdio transport — your MCP client starts and manages the server process automatically.
Add something like this to your client's MCP config (exact location depends on the client):
{
"mcpServers": {
"todo-assistant": {
"command": "python3",
"args": ["/full/path/to/server.py"]
}
}
}Replace /full/path/to/server.py with the actual absolute path.
Where to put this config:
Client | Config location |
Claude Desktop |
|
Cline (VS Code) | MCP Servers section in Cline settings, or |
Other clients | Check your client's docs for MCP server configuration |
After adding the config, restart your client so it picks up the new server.
Tools
Once connected, your AI assistant can use these tools:
Tool | What it does |
| Create a task (title, description, priority) |
| List all/pending/completed tasks |
| Mark a task as done |
| Mark a task as pending |
| Edit a task's title, description, or priority |
| Remove a task |
Just ask your assistant in natural language, e.g. "add a task to buy groceries with high priority" or "show my pending tasks".
Storage
Tasks are saved to tasks.json in the server directory.
This server cannot be deployed
Maintenance
Related MCP Connectors
Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.
Create, list, and complete todo items through MCP.
Add items to your tidee workspace from ordinary language, read what is there, and mark things done.
Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables users to manage tasks through a simple JSON file interface. Provides basic task management functionality by reading and writing to a configurable tasks.json file.4 npmMIT
- AlicenseBqualityAmaintenanceEnables managing a minimal task backlog with operations to create, list, update, and retrieve tasks with different statuses (open, in progress, blocked, done, cancelled). Tasks are stored in a local JSON file with atomic writes.2827 npm5MIT
- FlicenseNot gradedqualityDmaintenanceEnables task management through natural language with full CRUD operations including add, list, update, complete, and delete tasks with JSON persistence.-
- AlicenseAqualityDmaintenanceA task management and productivity tool that enables creating, updating, filtering, and organizing todos with tags, priorities, and due dates, all stored locally in JSON format.73 npmMIT