Todoist MCP: Documentation
Updated:
Connection
Remote: https://ai.todoist.net/mcp (Streamable HTTP), or locally via npx @doist/todoist-mcp. Auth is browser OAuth on the first tool call — no need to fetch a token manually. Ready-made configs for Claude Desktop, Claude Code, Cursor and VS Code are in the repo README.
Tools
Core tools: findTasksByDate — tasks in a date range, addTasks — create one or several tasks with a project, label and due date. Plus additional project and label tools in the repo's src/tools directory. Clients on the OpenAI Responses API also get search and fetch tools following the OpenAI MCP spec.
Agent flow
"What's on my plate today and tomorrow?", "add three meeting-prep tasks to my Work project, due Friday", "show all overdue tasks and push them to Monday".
Pricing
The MCP server itself is free and open source (MIT, 528+ GitHub stars); using Todoist is billed per your account plan (the free plan covers basic tasks and projects).