Developer Tools

Todoist MCP Server

Connect your account, then chat with AI to run tools.

Todoist provides a task management API that allows users to organize and track their tasks and projects. Use it to integrate task management functionality into applications and automate workflows.

Managed
2 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Todoist — workflow patterns, data models, and gotchas for your AI agent.

Todoist

Todoist organizes tasks in Projects. Tasks have due dates, labels, and priorities. Sections group tasks within projects.

Data Model

  • Projects — task containers; have color, order.
  • Sections — subsections within projects.
  • Tasks — to-do items; have due date, priority, labels.
  • Labels — tags for tasks.
  • Comments — comments on tasks.

Typical read order

  1. List projects to collect project ids and hierarchy.
  2. List tasks (account-wide) and join or filter by project_id client-side when you need one project’s backlog.

Gotchas

  • Project-scoped data: Tasks, sections, and labels hang off projects; ids from project listing drive scoped follow-ups.
  • Large accounts: Account-wide task lists can be long; prefer narrowing by project when the API exposes project filters on future tools.
  • Legacy sync API: Older sync-token flows are separate from the REST v1 read tools here.

Tools in this Server (2)

Todoist List Projects

List all projects in the authenticated Todoist account. Returns project ids, names, colors, and sort order—the scope for project-specific task and sec...

Todoist List Tasks

List active tasks across the Todoist account (unfiltered account-wide read). Returns task ids, content, project_id, due dates, priority, labels, and c...

Frequently Asked Questions

What is the Todoist MCP server?

Todoist provides a task management API that allows users to organize and track their tasks and projects. Use it to integrate task management functionality into applications and automate workflows. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Todoist to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/todoist. Authentication is handled automatically.

How many tools does Todoist provide?

Todoist provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Todoist require?

Todoist uses API Key or One-click sign in. Todoist requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Todoist to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/todoist

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Todoist and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Todoist will appear under Not connected — select it and click Connect to complete OAuth.
Name: Todoist
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/todoist
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Todoist?

Sign in to connect your credentials and start running tools from the chat.

Todoist MCP Server & Skill