Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Todoist

Cursor plugin that connects agents to Todoist through Todoist's official remote Model Context Protocol server.

Create, find, update, and complete tasks, and manage projects, sections, labels, and due dates in the signed-in Todoist account.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Todoist.
  3. Click Install, then complete the Todoist sign-in prompt.

Or run /add-plugin todoist in chat.

MCP

{
  "mcpServers": {
    "todoist": {
      "type": "http",
      "url": "https://ai.todoist.net/mcp"
    }
  }
}

Auth is OAuth. Cursor prompts for Todoist sign-in on the first tool call — there is no API key to configure.

What agents can do

Category Capabilities
Tasks Create, update, complete, and reopen tasks, including due dates and reminders
Projects Manage projects, sections, and labels
Search search and fetch tools for finding tasks and pulling their details
Comments Read and add comments on tasks and projects

The hosted runtime is the source of truth for tool names and schemas.

Notes

  • Tool calls run as the Todoist user who authorizes the connection.
  • Doist also publishes an official local server, @doist/todoist-mcp, which authenticates with a TODOIST_API_KEY. It is worth switching to if you hit session disconnections on the hosted endpoint.
  • No Todoist plan tier is required. The paid-plan requirements in Todoist's help articles apply to the AI client, not to Todoist.

Docs

Logo is Todoist's official mark, from the Doist GitHub organization.

License

MIT