$ timeahead.in
/ servers/npm/todoist-mcp
npm

todoist-mcp

Todoist MCP Server

64 stars433/wkupdated 6d agogithub ↗
84good
▣ Overview

What it does

This MCP server bridges Claude and other AI assistants with Todoist, enabling natural language task and project management. It provides full access to the Todoist REST API v2 and Sync API, allowing you to create, read, update, and delete tasks, projects, sections, labels, and comments entirely through conversational commands. On startup, it automatically loads your existing projects and labels into the AI's context, reducing the need for explicit tool calls.

Who it's for

Claude users managing their work in Todoist, particularly those who prefer conversational input to manual clicking. Engineers and knowledge workers who want their AI assistant to help organize, prioritize, and track tasks as part of a broader workflow.

Common use cases

  • Query tasks due today or matching Todoist filter syntax (e.g., "overdue", "P1 | P2", "#Work & @urgent")
  • Create new tasks with attributes (due date, priority, section, assignee) via natural language
  • Update, close, reopen, or move existing tasks without leaving the chat
  • Create and organize projects and sections for ongoing work
  • Add comments to tasks for context or collaboration notes

Setup pitfalls

  • Todoist API token is required: sign into Todoist, navigate to Settings → Integrations → Developer, and copy your token. This is a secret — treat it as a password.
  • The API_KEY environment variable must be set in your MCP config; the server will not function without it.
  • No CI pipeline is present in the repository. Verify compatibility with your Claude version before deployment.
  • The server requires filesystem write permissions and makes external HTTP calls to Todoist; isolate it appropriately if running in a restricted environment.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
49
9.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
83.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "todoist": {
      "command": "npx",
      "args": [
        "-y",
        "todoist-mcp"
      ]
    }
  }
}
📈 Score historylast 44 snapshots
4/30/20267/1/2026 · 44 snapshots
⚙ Maintenance health
27/ 100 · is this project alive?
contributors (1y)4
top contributor share81%
releases (1y)0
ci⚠ failing
⛁ Raw data
weekly downloads433
github stars64
forks17
open issues10
license✓ present
readme length5788 chars
last publish2d ago
last commit6d ago
last updated1d ago
install verified✓ pass · 48d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points