Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

Β© 2026 TrackMCP. All rights reserved.

Built with ❀️ by Krishna Goyal

    Todo Txt Mcp

    πŸ”— Model Context Protocol server for todo.txt files - Connect your todo.txt to AI assistants like Claude Desktop

    4 stars
    Python
    Updated Nov 2, 2025
    ai
    ai-assistant
    artificial-intelligence
    claude
    claude-desktop
    mcp
    mcp-server
    model-context-protocol
    natural-language
    productivity
    python
    task-management
    todo
    todo-management
    todo-txt

    Table of Contents

    • Installation
    • Configuration
    • Custom todo.txt location
    • todo.sh integration
    • Environment variables
    • Available Tools
    • Todo.txt Format
    • Contributing
    • License

    Table of Contents

    • Installation
    • Configuration
    • Custom todo.txt location
    • todo.sh integration
    • Environment variables
    • Available Tools
    • Todo.txt Format
    • Contributing
    • License

    Documentation

    Todo.txt MCP Server

    PyPI version

    Python 3.10+

    License: MIT

    A Model Context Protocol server that connects todo.txt files

    to AI assistants like Claude. Manage your tasks through natural language while keeping the simplicity and portability of

    plain text.

    Installation

    bash
    # Recommended
    uv tool install todo-txt-mcp
    
    # Or run directly without installing
    uvx todo-txt-mcp
    
    # Alternatives
    pipx install todo-txt-mcp
    pip install todo-txt-mcp

    Configuration

    Add to your Claude Desktop config:

    macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    Windows: %APPDATA%\Claude\claude_desktop_config.json

    json
    {
        "mcpServers": {
            "todo-txt": {
                "command": "uvx",
                "args": [
                    "todo-txt-mcp"
                ]
            }
        }
    }

    Restart Claude Desktop. The tools icon confirms the server is connected.

    Custom todo.txt location

    json
    {
        "mcpServers": {
            "todo-txt": {
                "command": "uvx",
                "args": [
                    "todo-txt-mcp",
                    "/path/to/your/todo.txt"
                ]
            }
        }
    }

    todo.sh integration

    If you use todo.sh, the server automatically detects your config from

    ~/.todo/config, ~/.todo.cfg, or standard system locations.

    Environment variables

    bash
    TODO_MCP_TODO_FILE_PATH=/path/to/todo.txt
    TODO_MCP_BACKUP_ENABLED=true
    TODO_MCP_MAX_FILE_SIZE=10000000

    Available Tools

    ToolDescription
    list_todosList todos with optional filters
    add_todoCreate new todos
    complete_todoMark todos as completed
    update_todoModify existing todos
    delete_todoRemove todos
    search_todosFind todos by text
    filter_by_priorityFilter by priority (A-Z)
    filter_by_projectFilter by project (+tag)
    filter_by_contextFilter by context (@tag)
    get_statisticsGet todo statistics

    Todo.txt Format

    Fully compatible with the todo.txt specification:

    code
    (A) Call Mom +family @phone
    x 2025-05-31 2025-05-30 (B) Buy groceries +shopping @errands
    Write project proposal +work @computer

    Contributing

    See CONTRIBUTING.md for guidelines. Bug reports and feature requests welcome

    via GitHub Issues.

    License

    MIT - see LICENSE.

    Similar MCP

    Based on tags & features

    • AW

      Aws Mcp Server

      PythonΒ·
      165
    • BI

      Biomcp

      PythonΒ·
      327
    • FA

      Fal Mcp Server

      PythonΒ·
      8
    • MC

      Mcp Aoai Web Browsing

      PythonΒ·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptΒ·
      22.1k
    • SE

      Serena

      PythonΒ·
      14.5k
    • MC

      Mcp Playwright

      TypeScriptΒ·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptΒ·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AW

      Aws Mcp Server

      PythonΒ·
      165
    • BI

      Biomcp

      PythonΒ·
      327
    • FA

      Fal Mcp Server

      PythonΒ·
      8
    • MC

      Mcp Aoai Web Browsing

      PythonΒ·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScriptΒ·
      22.1k
    • SE

      Serena

      PythonΒ·
      14.5k
    • MC

      Mcp Playwright

      TypeScriptΒ·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScriptΒ·
      3.0k