Todoist MCP
UpTodoist MCP is Doist's official server for the Todoist task manager. Tools like findTasksByDate and addTasks let an agent read and create tasks and projects in natural language — "what's on my plate today", "add three tasks to the Work project". A remote Streamable HTTP endpoint, OAuth in the browser on first use; the server is MIT-licensed and free.
Why this server
- The official @doist/todoist-mcp package straight from Todoist's makers, no wrappers
- Browser OAuth on the first tool call — no need to store tokens by hand
- findTasksByDate and addTasks are built for natural language, not raw REST calls
- 528 GitHub stars, MIT licensed, supports both MCP and OpenAI's tool format
Usage examples
Prompt: What's on my Todoist plate today and tomorrow?
Result: The agent called findTasksByDate with the date range — back came the task list for both days, no app needed.
Prompt: Add three meeting-prep tasks to my Work project, due Friday
Result: The agent called addTasks with three descriptions, the Work project and a Friday due date — all three tasks appeared in one call.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 1 | 0 | 0 |
Reviews
No reviews yet.