Connect Todoist to Codex
Search, read and write Todoist from Codex. Arlet links the two through one MCP connection and takes care of keys and authentication.
Arlet makes Todoist's official MCP server available from the AI client you already use. Signing in completes the connection.
The AI can search, add, complete and reschedule tasks, manage projects and sections, add comments and reminders, and read productivity stats. The available tools are those provided by Todoist's official server, which is available on the Beginner, Pro and Business plans.
How to connect Todoist to Codex
- 1
In the Arlet dashboard, open Integrations β Add an integration and choose Todoist. Sign in with Link Todoist, name the connection and click Create.
- 2
In your terminal, run codex mcp add arlet --url https://mcp.arlet.dev/mcp/ to add Arlet as an MCP server.
- 3
Codex detects OAuth support and opens your browser. Sign in with Google and click Allow on the consent screen.
- 4
Once connected, both the CLI and the IDE extension can call Arlet tools (the configuration is shared).
If the browser does not open, run codex mcp login arlet to redo the authentication.
What you can do
Todoist tools that Codex can call.
find-tasksSearch tasks by text, project, assignee, labels or filter.
find-tasks-by-dateList tasks in a date range.
find-completed-tasksList tasks completed in a date range.
add-tasksAdd tasks, with project, section, parent and assignee.
update-tasksUpdate task content, dates, priority or assignee.
complete-tasksComplete tasks.
reschedule-tasksReschedule tasks while keeping recurrence.
find-projectsSearch and list projects.
add-projectsAdd projects.
find-sectionsList sections.
add-commentsComment on tasks or projects.
add-remindersSet reminders.
find-labelsList labels.
get-overviewGet a Markdown overview of your account or a project.
get-productivity-statsGet karma, streaks and completion stats.
get-project-healthGet a project's health (delays and stalled work).
The tool list follows what Todoist's official MCP server provides and may change.
Example uses
Plan the day
List today's and overdue tasks, reorder by priority and propose a realistic plan.
Turn notes into tasks
Extract to-dos from meeting notes or email and add them with a project and due date.
Weekly review
Tally what was completed this week and reschedule what was not.
Find stalled work
Find tasks that have not moved in weeks and draft a check-in message.
Prompts you can use as-is
- Sort today's and overdue tasks by priority and pick the three to finish today
- Extract the to-dos from these meeting notes and add them to the Hiring project with due dates
- Tally the tasks completed this week and reschedule the rest to next Monday
- List tasks in Website Redesign that have not moved for more than two weeks
