Skip to content

Ticketing

Todoist MCP connector

The Todoist connector brings your Todoist projects, tasks, comments, and labels to Claude, ChatGPT, Cursor, and the Elaichi Agent, so each person can review, add, and close work in Todoist by asking in plain language.

  • How it connects. OAuth or API key. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Todoist to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Todoist once

  1. Open Connections, choose Add connection, and pick Todoist.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Approve it in Todoist. Todoist's own window opens. Whoever approves it decides what this connection can reach.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

todoist
Todoist
Airtable
Asana
Autotask
Basecamp
ClickUp
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Todoist to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Todoist to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Todoist to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Todoist to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Todoist through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Operations

    Turn meeting notes into Todoist tasks

    Paste the notes from a planning call and have the follow-ups created as tasks in the right Todoist project, each with a due date and the label your team uses.

  • Sales

    Catch the project up after a call

    After a customer call, add the next steps to the account's Todoist project and close the tasks you already took care of on the call.

  • Support

    Track escalations without leaving the chat

    When a customer issue needs engineering attention, create a Todoist task in the escalations project and add a comment with the details from the conversation.

  • Marketing

    See what is overdue before the launch

    Ask which tasks in the campaign project are still open, reopen anything that was closed too early, and add a comment asking the owner for a status.

  • Product

    Tidy finished projects at the end of a cycle

    List the projects that wrapped up this quarter, archive the ones that are done, and bring one back from the archive if work starts again.

  • Office management

    Keep recurring office chores organized

    Set up a project for facilities work, create the tasks for the month, and relabel them as priorities shift so nothing gets lost.

Try asking

  • “Which Todoist tasks in Launch are overdue this week?”
  • “Create a Todoist task in Onboarding due Friday.”
  • “Summarize open tasks across my active Todoist projects.”

See all 34 Todoist tools below

AI tools

Todoist tools for your AI agents

34 tools are ready to call through Elaichi's MCP endpoint the moment you connect Todoist, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Todoist gets you

6 screens from the product, each doing one job for your Todoist account.

The agent

Ask about Todoist tasks, get real answers.

Plain language questions run against live Todoist projects, tasks and comments.

  • projects
  • tasks
  • sections
  • comments

Ask Elaichi to work across your apps.

Which Todoist tasks in Launch are overdue this week?

Create a Todoist task in Onboarding due Friday.

Summarize open tasks across my active Todoist projects.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Todoist.

One org MCP endpoint over OAuth, no SDK and no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

34 Todoist tools ready without custom code.

Projects, tasks, sections and comments, each with list, create, update and close methods.

  • List all Todoist projects
  • Get single Todoist project by ID
  • Create a Todoist project
  • Update a Todoist project by ID
ElaichiTools
Tool Action Description
List all Todoist projects List List all projects in Todoist. Returns array of projects with fields including id, name, comment_count, order, color, is_shared, is_favorite, is_inbox_project, is_team_inbox, view_style, url, and parent_id.
Get single Todoist project by ID Get Get a specific project in Todoist by id. Returns fields including id, name, comment_count, color, is_shared, order, is_favorite, is_inbox_project, is_team_inbox, view_style, url, and parent_id.
Create a Todoist project Create Create a new project in Todoist. Requires name. Returns id, name, comment_count, color, is_shared, order, is_favorite, is_inbox_project, is_team_inbox, view_style, url, and parent_id in the response.
Update a Todoist project by ID Update Update a project in Todoist by id. Returns id, name, comment_count, color, is_shared, order, is_favorite, is_inbox_project, is_team_inbox, view_style, url, and parent_id in the response.
Delete a Todoist project by ID Delete Delete a project in Todoist with id. This also deletes all its sections and tasks. Returns empty body with status 204 on success.

Toolboxes

Every team gets its own Todoist toolbox.

Curate one toolbox per team so each group sees the Todoist tools it needs.

  • Support
  • Engineering
  • Product
  • Marketing
ElaichiToolboxes
Name Source template Tools Created

Support toolbox

Todoist · tickets and follow up tasks

Todoist starter 18 Mar 4, 2026

Engineering toolbox

Todoist · sprint projects and bug tasks

9 Mar 2, 2026

Product toolbox

Todoist · roadmap projects and sections

24 Feb 27, 2026

Marketing toolbox

Todoist · campaign projects and deadlines

Todoist starter 6 Feb 19, 2026

Operations toolbox

Todoist · recurring tasks and checklists

31 Jan 30, 2026

People toolbox

Todoist · onboarding projects and comments

12 Jan 22, 2026

Shared connections

Teammates use Todoist accounts without credentials.

See who connected each Todoist account and how many teams and members share it.

  • Support Tier 1
  • Engineering
  • Product
  • Marketing
ElaichiConnections
Connection Scope Status Access
TO

Todoist (Support Tier 1)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
TO

Todoist (Engineering)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
TO

Todoist (Product)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
TO

Todoist (Marketing)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
TO

Todoist (Operations)

Connected by Clara Nowak

Personal • Active Not shared
TO

Todoist (People Ops)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Todoist call is on the record.

When, who, what happened, type and resource for each task and project change.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Todoist Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Todoist Projects Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Todoist Projects List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires, Todoist work gets done.

Fetch tasks, group them, draft a digest, approve it, post back to Todoist.

Todoist digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch projects

    Todoist

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Todoist

    Queued

Collections and dashboards

Todoist numbers computed, no model involved.

Four metrics, 14 days of tasks created and a team breakdown, refreshed on schedule.

Todoist health

Refreshed 4 minutes ago · every 15 minutes · from the projects collection

Live

Projects

1,284 ↓ 12%

Tasks

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Projects created

Last 14 days

By team

Share of activity

Support Tier 1 34%

Engineering 27%

Product 21%

Marketing 18%

FAQ

Frequently asked questions

How do I connect Todoist to Claude?

Connecting Todoist to Claude takes two steps. In Elaichi, choose Todoist and either sign in with your Todoist account or paste an API key from your Todoist settings, whichever your organization prefers. Then in Claude, open Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. There is no OAuth application to register and no client ID or secret to generate.

Does Todoist work with ChatGPT and Cursor as well as Claude?

Yes. Once Todoist is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. You connect Todoist once and every client you use picks it up.

What can an AI agent actually do with my Todoist data?

With Todoist connected, an AI agent can list your projects and tasks, create new tasks in a specific project, update due dates and labels, close tasks you have finished, and reopen ones that were closed too soon. It can also read and add comments on tasks, create or archive projects, and manage the personal labels you sort work with. Because Todoist has many things it can do, short concrete asks such as "close the design review task in the launch project" work better than long paragraphs.

Does connecting Todoist give the AI all of my projects and shared workspaces?

No. When you connect Todoist through Elaichi you sign in as yourself, so the AI can only see the Todoist projects, tasks, and comments your own account can see, including shared projects you have already been invited to. Elaichi can narrow that further, for example to reading only, but it can never widen access beyond what your Todoist account already has.

Can my team share one Todoist connection?

Yes. One person connects Todoist in Elaichi and shares the connection with a team, and nobody else ever handles a Todoist API key or password. Each teammate still signs in to Elaichi as themselves, so every task created or closed in Todoist is recorded in the audit log under the name of the person who did it.

Can I stop an agent from deleting or changing things in Todoist?

Yes. Restrictions in Elaichi apply per action, so you can allow an agent to read and create Todoist tasks while blocking it from deleting tasks, projects, or comments. A blocked action is never shown to Claude, ChatGPT, Cursor, or any other client at all, so no prompt, however worded, can reach it.

What happens to a Todoist connection when someone leaves?

When you offboard someone in Elaichi, their access to Todoist through every connected client ends at once. A Todoist connection they shared with a team keeps working for everyone else on that team. If you want to remove Todoist entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client in the same step.

Put Todoist in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.