mytinytodo-mcp
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., "@mytinytodo-mcpList my todo lists"
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.
mytinytodo-mcp
MCP server for myTinyTodo. It talks to a running myTinyTodo instance over its JSON HTTP API so MCP clients can list, create, edit, and complete tasks.
Requirements
Python 3.10+
A myTinyTodo v1.8+ instance reachable over HTTP
Related MCP server: mcp-tasks-server
Install
uv syncFor tests:
uv sync --extra dev
uv run pytestConfiguration
Variable | Required | Description |
| Yes | Base URL, e.g. |
| No | Password when the instance is protected |
Auth uses the mtt-token cookie plus the MTT-Token header (required by myTinyTodo). The client bootstraps these automatically.
Run
export MYTINYTODO_URL=http://localhost:8000
uv run python -m mytinytodo_mcpOr the console script:
uv run mytinytodo-mcpMCP client config
Claude Desktop / Cursor example:
{
"mcpServers": {
"mytinytodo": {
"command": "uv",
"args": [
"run",
"--directory",
"/absolute/path/to/mytinytodo-mcp-server",
"python",
"-m",
"mytinytodo_mcp"
],
"env": {
"MYTINYTODO_URL": "http://localhost:8000"
}
}
}
}Tools
Lists: list_lists, create_list, rename_list, delete_list, clear_completed
Tasks: list_tasks, create_task, edit_task, complete_task, set_task_note, set_task_priority, move_task, delete_task
Tags: tag_cloud, suggest_tags
Example prompts
List my todo lists
Show open tasks on Todo
Add “Buy milk” to list 1
Mark task 42 complete
Notes
List id
-1is the synthetic All tasks view.Simple
create_taskcalls use myTinyTodo smart syntax (±prio,#tag,@duedate).move_taskneeds bothfrom_listandto_list.
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 Servers
- Flicense-qualityDmaintenanceThis MCP server provides tools to manage a todo list with CRUD operations, enabling listing, creating, updating, and deleting todos.
- Alicense-qualityCmaintenanceA small Model Context Protocol server that exposes a personal task tracker to any MCP-compatible client. Tasks live in a local SQLite database; no cloud, no surprises.MIT
- Alicense-qualityAmaintenanceAn MCP server to read and manage your Microsoft To Do tasks through the Microsoft Graph To Do API.MIT
- Flicense-qualityBmaintenanceA lightweight task management MCP server that enables CRUD operations on tasks stored in a single JSON file, including listing, creating, updating progress, and setting priorities.133
Related MCP Connectors
A basic MCP server to operate on the Postman API.
MCP server for generating rough-draft project plans from natural-language prompts.
A MCP server built for developers enabling Git based project management with project and personal…
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/10xtechnology/mytinytodo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server