Todoist Weekly Review
БесплатноНе проверенEnables a weekly review of Todoist tasks by listing overdue tasks with key signals (days overdue, priority, times postponed) and letting Claude propose fixes pe
Описание
Enables a weekly review of Todoist tasks by listing overdue tasks with key signals (days overdue, priority, times postponed) and letting Claude propose fixes per task, which you approve or veto in chat before any changes are applied.
README
An MCP server for doing a weekly review of your Todoist with Claude. It surfaces the three kinds of mess a task list collects — overdue pileups, stale tasks nobody has touched in months, and "hidden projects" (single tasks that are really whole projects) — with the signals that matter: days overdue, days since activity, priority, how often you've postponed each one. Claude suggests a fix per task, you approve or veto each one in chat, and only the approved changes are applied. The server decides nothing on its own and makes no LLM calls. Unofficial — not affiliated with Doist.
Design history and roadmap: PLAN.md, CONTEXT.md.
Quick start
npm install && npm run build
cp .env.example .env # paste your token from Todoist → Settings → Integrations → Developer
# (or create ~/.config/todoist-weekly-review/.env instead — see below)
Open Claude Code in this folder, approve the todoist-weekly-review server when asked,
and say "run my weekly review".
Install as a Claude Code plugin
/plugin marketplace add yugmarwaha/todoist-weekly-review-mcp
/plugin install todoist-weekly-review@yugmarwaha-plugins
Then create ~/.config/todoist-weekly-review/.env containing
TODOIST_API_TOKEN=<your token> (or export that variable in your shell) and run
/todoist-weekly-review.
Tools
| Tool | What it does |
|---|---|
get_overdue_tasks |
Read-only. Overdue tasks + signals. |
get_stale_tasks |
Read-only. Tasks untouched for N days (default 60). |
get_projects |
Read-only. Your projects. |
apply_changes |
The only write. Actions: reschedule, set_priority, move_to_project, reword, complete, apply_label, split. |
Safety
- Nothing is written without your explicit per-item approval in chat.
- No delete exists. Tasks are retired by completing them or moving them to "Someday/Maybe" (created automatically if missing).
- Token lives in the gitignored
.env(or~/.config/todoist-weekly-review/.env) — never logged, never committed. - Read errors are loud (bad token, rate limit, etc.) — never a silent empty list.
- A malformed change rejects the whole batch before anything is written.
Design notes
- "Times rescheduled" comes from the task's
postponed_countfield, so the plan-gated activity log isn't needed. Omitted when Todoist doesn't return it. - Priority is inverted in the API: 4 = highest (the UI's P1). Passed through as-is.
- Endpoints verified against the live v1 OpenAPI spec. Two fixes vs. the draft plan:
filtering is
GET /tasks/filter?query=…, and moving a task isPOST /tasks/{id}/move. - Todoist quirk: a task due earlier today doesn't count as "overdue" until tomorrow.
- Days overdue are computed in your Todoist account's timezone.
- Recurring tasks are flagged
isRecurring— completing one advances it to the next occurrence instead of retiring it. - Hidden-project detection is the client model's judgment call — the server just provides
the
splitaction to break a task into sub-tasks.
Tests
npm test
61 unit tests (API mocked, no live calls) plus a smoke test that boots the real server over stdio without any token.
Установить Todoist Weekly Review в Claude Desktop, Claude Code, Cursor
unyly install todoist-weekly-review-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add todoist-weekly-review-mcp -- npx -y github:yugmarwaha/todoist-weekly-review-mcpFAQ
Todoist Weekly Review MCP бесплатный?
Да, Todoist Weekly Review MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Todoist Weekly Review?
Нет, Todoist Weekly Review работает без API-ключей и переменных окружения.
Todoist Weekly Review — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Todoist Weekly Review в Claude Desktop, Claude Code или Cursor?
Открой Todoist Weekly Review на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Todoist Weekly Review with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
