todoist-weekly-review-mcp

yugmarwaha/todoist-weekly-review-mcp
★ 0 stars JavaScript AI/LLM Updated today
Thin MCP server that turns Todoist into a human-in-the-loop weekly review assistant: reads overdue tasks with review signals, applies only user-approved fixes. No server-side LLM calls.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "todoist-weekly-revie": {
      "command": "npx",
      "args": [
        "-y",
        "yugmarwaha/todoist-weekly-review-mcp"
      ]
    }
  }
}

README Excerpt

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

Tools (4)

apply_changesget_overdue_tasksget_projectsget_stale_tasks