Todoist for your agents.
Connect Todoist once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Todoist.
What agents can do with Todoist
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
todoist_list_tasksList active tasks, optionally filtered.
todoist_create_taskCreate a task.
todoist_close_taskComplete a task by id.
todoist_list_projectsList projects.
todoist_get_taskGet a single task by id with all its details.
todoist_update_taskUpdate a task's content, due date, priority, or labels.
todoist_delete_taskPermanently delete a task by id.
todoist_list_sectionsList sections in a project. Sections are groups that sit inside projects.
todoist_get_projectGet a single project by id with its name, color, and parent info.
todoist_list_labelsList all labels.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open the Developer tab.
- Copy the API token shown there.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Todoist to Even: call connect_begin("todoist") on the even-connect MCP and walk me through it.
List tasks and projects in Todoist, create new tasks with due dates, and mark tasks complete when finished.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.