remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides tools for managing Todoist tasks, projects, and sections, including creating, retrieving, updating, and deleting items through the Todoist REST API.
Todoist MCP 服务器 (Python)
一个用 Python 编写的 Todoist MCP 服务器,使用了Todoist Python API 。我最初使用 Claude 将这个TypeScript Todoist MCP 服务器转换为 Python 版本来创建这个服务器。随着我尝试使用 Claude 来帮助管理任务,我正在逐步修改和添加功能以适应我的工作流程。
安装
先决条件
- Python 3.10+
- UV 包管理器(安装指南)
- Todoist API 令牌
获取 Todoist API 令牌
- 登录您的 Todoist 帐户
- 前往“设置”→“集成”
- 在“开发者”下找到您的 API 令牌
使用 Claude Desktop 进行配置
添加到您的 claude_desktop_config.json:
Copy
可用工具
要查看当前可用的工具,请运行
Copy
截至 2025 年 4 月 21 日,
- 项目
todoist_get_projects
todoist_get_project
todoist_add_project
todoist_update_project
todoist_delete_project
- 章节
todoist_get_sections
todoist_get_section
todoist_add_section
todoist_update_section
todoist_delete_section
- 任务
todoist_create_task
todoist_get_tasks
todoist_get_task
todoist_update_task
todoist_close_task
todoist_reopen_task
todoist_delete_task
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
You must be authenticated.
Tools
一个 Python 服务器,使 Claude 能够与 Todoist 的任务管理 API 进行交互,允许用户直接通过 Claude 的界面创建、管理和组织任务。