Skip to main content
Glama
10xtechnology

mytinytodo-mcp

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+

  • uv

  • A myTinyTodo v1.8+ instance reachable over HTTP

Related MCP server: mcp-tasks-server

Install

uv sync

For tests:

uv sync --extra dev
uv run pytest

Configuration

Variable

Required

Description

MYTINYTODO_URL

Yes

Base URL, e.g. http://localhost:8000

MYTINYTODO_PASSWORD

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_mcp

Or the console script:

uv run mytinytodo-mcp

MCP 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 -1 is the synthetic All tasks view.

  • Simple create_task calls use myTinyTodo smart syntax (±prio, #tag, @duedate).

  • move_task needs both from_list and to_list.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    A 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
  • F
    license
    -
    quality
    B
    maintenance
    A 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

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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