MCP.so
登录

MCP Todo.txt Integration

@guifelix

关于 MCP Todo.txt Integration

MCP Todo.txt Integration is an MCP server for managing Todo.txt tasks. Add, update, filter, and organize tasks programmatically via the MCP protocol. Features include searching, sorting, metadata, batch operations, and dynamic updates.

基本信息

分类

生产力

运行时

node

传输方式

stdio

发布者

guifelix

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Todo.txt Integration?

MCP Todo.txt Integration is a server implementation of the Model Context Protocol (MCP) that enables LLMs to manage tasks in a Todo.txt file programmatically. It integrates with the Todo.txt format and is intended for developers and AI assistants who need structured task management via MCP.

How to use MCP Todo.txt Integration?

Clone the repository, install dependencies with npm install, build with npm run build, then start the server with npm start. The Todo.txt file path can be configured using the TODO_FILE_PATH environment variable; defaults to todo.txt in the project root.

Key features of MCP Todo.txt Integration?

  • Expose tasks as a resource with filtering options.
  • Add, complete, delete, list, and search tasks.
  • Filter and sort tasks by priority, creation, or completion date.
  • Add and remove custom metadata from tasks.
  • Perform batch updates or deletions.

Use cases of MCP Todo.txt Integration?

  • An LLM assistant helps a user manage a daily todo list.
  • Batch-process tasks for project management workflows.
  • Search and filter tasks by context, project, or priority.
  • Programmatically update or remove metadata from tasks.
  • Generate task summaries from a Todo.txt file.

FAQ from MCP Todo.txt Integration

What dependencies does it require?

It requires @modelcontextprotocol/sdk, jsTodoTxt, and zod.

How do I configure the Todo.txt file path?

Set the TODO_FILE_PATH environment variable; if not set, the default path is todo.txt in the project root.

What operations can I perform on tasks?

Add, complete, delete, list, search, sort, filter, add/remove metadata, and batch operations.

评论

生产力 分类下的更多 MCP 服务器