Todo.txt MCP Server
@danielmeint
关于 Todo.txt MCP Server
🔗 Model Context Protocol server for todo.txt files - Connect your todo.txt to AI assistants like Claude Desktop
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"todo-txt-mcp": {
"command": "uvx",
"args": [
"todo-txt-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Todo.txt MCP Server?
Todo.txt MCP Server is a Model Context Protocol server that connects your todo.txt files to AI assistants like Claude Desktop. It manages your todo list through natural language while maintaining the simplicity and portability of the todo.txt format.
How to use Todo.txt MCP Server?
Install via uvx todo-txt-mcp or uv tool install todo-txt-mcp. Then add it to your Claude Desktop configuration (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) using the JSON snippet provided, and restart Claude Desktop. Optionally pass a custom todo.txt file path as an argument.
Key features of Todo.txt MCP Server
- Natural language interface for todo management
- Full CRUD operations (create, read, update, delete)
- Smart filtering by text, priority, projects, and contexts
- Statistics and insights on your productivity
- Automatic detection of existing todo.sh configurations
- Automatic backups and configurable file size limits
Use cases of Todo.txt MCP Server
- Add a high-priority task to your todo list via natural language
- Search for all work-related items using project or context tags
- Mark multiple todos as completed in one conversation
- Get a productivity summary with counts per priority or context
- Modify or delete existing todos without opening the file manually
FAQ from Todo.txt MCP Server
What are the runtime requirements?
Python 3.10 or later is required.
Where does my todo data live?
All processing is local; your todos never leave your device and no network requests are made.
Does Todo.txt MCP Server work with my existing todo.sh setup?
Yes, it automatically detects your todo.sh configuration file (~/.todo/config, ~/.todo.cfg, etc.) and works with the same todo.txt file.
How can I use a custom todo.txt file?
Pass the file path as a command argument when configuring the server in Claude Desktop, or set the TODO_MCP_TODO_FILE_PATH environment variable.
What file safety measures are included?
Automatic backups are enabled by default, and you can configure a maximum file size limit with the TODO_MCP_MAX_FILE_SIZE environment variable.
生产力 分类下的更多 MCP 服务器
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
评论