Task / To-Do Manager
Click on "Install 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., "@Task / To-Do ManagerAdd a task to buy groceries and show my pending tasks."
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.
Task / To-Do Manager — MCP Server
A small MCP server that lets an AI assistant manage a simple to-do list.
Tasks are stored in tasks.json in this folder — no database required.
Setup
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txtRelated MCP server: Todo MCP Server
Running the server
python server.pyThe server talks over stdio (standard input/output), so it's meant to be launched by an MCP client (like MCP Inspector, or an AI assistant configured to use it) — not run and watched directly in a plain terminal.
To test it by hand, run:
mcp dev server.pyand open the URL Inspector prints. From there you can click each tool below and try it yourself.
Tools
Tool | What it does | Example call |
| Adds a new task |
|
| Lists every task |
|
| Gets one task by id |
|
| Marks a task done |
|
| Deletes a task |
|
Bonus resource
tasks://pending — a read-only JSON list of every task that isn't done yet.
Unlike a tool, it never changes any data; it only displays it.
Error handling
Every tool checks its input first. Missing or invalid data (an empty title,
or an id that doesn't exist) returns a clear {"error": "..."} message
instead of crashing the server.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI-native task management: list, create, update and archive tasks with rich context for AI agents
Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI clients to manage todo tasks through Tools for adding, listing, completing, and searching, alongside Prompts for daily reviews and task breakdowns. Exposes task lists and statistics as Resources with local JSON file persistence.-
- AlicenseAqualityDmaintenanceEnables AI assistants to manage a todo list with add, list, complete, and delete tasks.46MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage todo.txt files, supporting task listing, adding, completing, removing, and updating tasks.10MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage tasks with tools for adding, completing, and deleting tasks, and resources for viewing all or pending tasks.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laibaafreen/mcp-todo-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server