Todoist MCP Server
Provides 44 tools to interact with the Todoist API v1, enabling task, project, and label management, with read, write, and destructive operations.
README
Todoist MCP Server
A Model Context Protocol (MCP) server for the Todoist API v1. Provides 44 tools with read-only/write annotations so Claude Desktop groups them correctly.
Install in Claude Desktop (recommended)
Download or build todoist-mcp-server.mcpb, then double-click it (or drag it into Claude Desktop → Settings → Extensions). Claude Desktop will prompt for your Todoist API Token during install.
Get your API token from: https://app.todoist.com/app/settings/integrations/developer
Build the .mcpb from source
Requires just (brew install just):
just bundle
That installs deps, compiles, stages a clean dependency tree, and packs todoist-mcp-server.mcpb at the repo root. Other recipes: just build, just run, just clean. Run just with no args to list them all.
Manual configuration (alternative)
If you'd rather wire up the server directly without packaging:
just build
Create a .env file:
TODOIST_API_TOKEN=your_todoist_api_token_here
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"todoist": {
"command": "node",
"args": ["/path/to/todoist-mcp-server/dist/index.js"],
"env": {
"TODOIST_API_TOKEN": "your_token_here"
}
}
}
}
Tools (44 total)
Read-only (22)
| Tool | Description |
|---|---|
find-tasks-by-date |
Find tasks by due date range |
fetch |
Fetch any Todoist API URL directly |
fetch-object |
Get a specific object by type and ID |
find-activity |
Recent activity (completed tasks) |
find-comments |
Comments on tasks or projects |
find-completed-tasks |
Completed tasks with date filtering |
find-filters |
User-defined filters (guidance — managed via app) |
find-labels |
Personal labels |
find-project-collaborators |
Project collaborators |
find-projects |
All projects |
find-reminders |
All reminders |
find-sections |
Sections (optionally by project) |
find-tasks |
Active tasks with filtering |
get-overview |
Workspace overview with task counts |
get-productivity-stats |
Karma, streaks, daily/weekly trends |
get-project-activity-stats |
Completed tasks for a project |
get-project-health |
Project health analysis |
get-workspace-insights |
Cross-workspace analytics |
list-workspaces |
User account and workspace info |
search |
Search tasks by content, description, or label |
user-info |
Authenticated user details |
view-attachment |
View comment attachments |
analyze-project-health |
Deep project health analysis with suggestions |
Write (19)
| Tool | Description |
|---|---|
add-comments |
Add comments to tasks/projects |
add-filters |
Create filters (guidance — managed via app) |
add-labels |
Create personal labels |
add-projects |
Create projects |
add-reminders |
Add task reminders (requires Pro) |
add-sections |
Create project sections |
add-tasks |
Create tasks with subtasks, labels, priorities, due dates |
complete-tasks |
Mark tasks complete |
manage-assignments |
Assign/unassign tasks in shared projects |
project-management |
Bulk project update/delete |
project-move |
Reposition a project by order |
reorder-objects |
Reorder tasks, projects, or sections |
reschedule-tasks |
Bulk reschedule task due dates |
uncomplete-tasks |
Reopen completed tasks |
update-comments |
Update comment content |
update-filters |
Update filters (guidance — managed via app) |
update-projects |
Update project properties |
update-reminders |
Update reminder settings |
update-sections |
Update section names |
update-tasks |
Update tasks (including move between sections/projects) |
Destructive (1)
| Tool | Description |
|---|---|
delete-object |
Delete any object (task, project, section, comment, label) |
API Coverage
Uses the Todoist API v1 (https://api.todoist.com/api/v1/). Handles paginated responses automatically.
| Resource | Read | Create | Update | Delete | Move |
|---|---|---|---|---|---|
| Tasks | Yes | Yes | Yes | Yes | Yes |
| Projects | Yes | Yes | Yes | Yes | Yes (reorder) |
| Sections | Yes | Yes | Yes | Yes | — |
| Comments | Yes | Yes | Yes | Yes | — |
| Labels | Yes | Yes | Yes | Yes | — |
| Reminders | Yes | Yes | Yes | — | — |
| Completed tasks | Yes | — | — | — | — |
| Productivity stats | Yes | — | — | — | — |
| User info | Yes | — | — | — | — |
| Collaborators | Yes | — | — | — | — |
Notes
- Filters: The Todoist API v1 does not expose filter CRUD. The
add-filters/update-filterstools return guidance to use the Todoist app. Usefind-taskswith parameters for filter-like behavior. - Reminders: Require Todoist Pro plan. The tools work correctly but will return HTTP 403 on free accounts.
- Tool annotations: All tools include
readOnlyHint/destructiveHintso Claude Desktop groups them into read-only, write, and destructive categories.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。