Back to MCP directory
publicPublicdnsLocal runtime

mcp-taskwarrior

一个基于Taskwarrior的MCP服务,用于任务管理

article

README

🚀 MCP-taskwarrior

一个简单的MCP服务器,用于管理Taskwarrior中的任务,提供添加、更新、删除和列出任务的工具,方便用户高效管理任务。

🚀 快速开始

本项目提供了两种使用方式,分别是通过npx快速使用和本地安装使用。

通过npx使用

在命令行中执行以下命令即可使用:

npx @0xbeedao/mcp-taskwarrior

本地安装使用

  1. 将此仓库克隆到本地后,在项目根目录下执行以下命令进行依赖安装:
cd mcp-taskwarrior
pnpm install
  1. 在Cursor、Goose、Claude或其他你喜欢的MCP客户端中,选择“Command”风格的MCP,然后将/path/to/this/repo/src/tasks.ts作为参数传入。

💻 使用示例

基础用法

在客户端中输入询问语句,例如:

“What are my current tasks”

任务示例

以下是一个具体的任务列表示例:

项目: 家庭出售

高优先级
  • 安装照片房顶通风盖(等待至2月24日)
  • 修复二楼栏杆
  • 修理前门栏杆
  • 签署Unitus文件
中等优先级
  • 购买upstairs卧室的白色油漆
  • 移除木stove
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client