todo-txt-mcp
๐ Model Context Protocol server for todo.txt files - Connect your todo.txt to AI assistants like Claude Desktop
Documentation
Todo.txt MCP Server
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
# 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-mcpConfiguration
Add to your Claude Desktop config:
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
Windows: `%APPDATA%\Claude\claude_desktop_config.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
{
"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
TODO_MCP_TODO_FILE_PATH=/path/to/todo.txt
TODO_MCP_BACKUP_ENABLED=true
TODO_MCP_MAX_FILE_SIZE=10000000Available Tools
| Tool | Description |
|---|---|
| `list_todos` | List todos with optional filters |
| `add_todo` | Create new todos |
| `complete_todo` | Mark todos as completed |
| `update_todo` | Modify existing todos |
| `delete_todo` | Remove todos |
| `search_todos` | Find todos by text |
| `filter_by_priority` | Filter by priority (A-Z) |
| `filter_by_project` | Filter by project (+tag) |
| `filter_by_context` | Filter by context (@tag) |
| `get_statistics` | Get todo statistics |
Todo.txt Format
Fully compatible with the todo.txt specification:
(A) Call Mom +family @phone
x 2025-05-31 2025-05-30 (B) Buy groceries +shopping @errands
Write project proposal +work @computerContributing
See CONTRIBUTING.md for guidelines. Bug reports and feature requests welcome
via GitHub Issues.
License
MIT - see LICENSE.
Frequently asked questions
What is todo-txt-mcp?
todo-txt-mcp is ๐ Model Context Protocol server for todo.txt files - Connect your todo.txt to AI assistants like Claude Desktop
How do I install todo-txt-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is todo-txt-mcp open source?
Yes โ it is hosted on GitHub at https://github.com/danielmeint/todo-txt-mcp and has 4 stars.
Related MCP tools
AI conversations that actually remember. Never re-explain your project to Claude again. Local-first, integrates with Obsidian.
A middleware to provide an openAI compatible endpoint that can call MCP tools Python-based implementation. Trusted by 800+ developers.
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
Build effective agents using Model Context Protocol and simple workflow patterns Python-based implementation. Trusted by 7600+ developers.
On-premises conversational RAG with configurable containers for the Model Context Protocol. Enhance AI assistants with powerful integrations.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP