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: tasks-mcp
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 Connectors
Create, list, and complete todo items through MCP.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server to read and manage your Microsoft To Do tasks through the Microsoft Graph To Do API.MIT
- FlicenseNot gradedqualityBmaintenanceA 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.221
- AlicenseBqualityNot gradedmaintenanceA basic MCP server for managing a todo list stored in a local JSON file, enabling task creation, completion, listing, and daily summary generation.214MIT
- FlicenseNot gradedqualityCmaintenanceA simple MCP server that turns a JSON file into a todo list, letting users add, list, complete, delete, and clear tasks through natural language in MCP-compatible clients.
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