Todoist MCP Server

Todoist MCP Server
Featured

Integrates Claude with Todoist for natural language task management, supporting project and section organization, task creation, updating, completion, and deletion using everyday language.

Chrusic

Note Taking
Visit Server

Tools

todoist_create_task

Create one or more tasks in Todoist with full parameter support

todoist_get_tasks

Get a list of tasks from Todoist with various filters - handles both single and batch retrieval

todoist_update_task

Update one or more tasks in Todoist with full parameter support

todoist_delete_task

Delete one or more tasks from Todoist

todoist_complete_task

Mark one or more tasks as complete in Todoist

todoist_get_projects

Get projects with optional filtering and hierarchy information

todoist_create_project

Create one or more projects with support for nested hierarchies

todoist_update_project

Update one or more projects in Todoist

todoist_get_project_sections

Get sections from one or more projects in Todoist

todoist_create_project_section

Create one or more sections in Todoist projects

todoist_get_personal_labels

Get all personal labels from Todoist

todoist_remove_shared_labels

Remove one or more shared labels from Todoist tasks

todoist_create_personal_label

Create one or more personal labels in Todoist

todoist_get_personal_label

Get a personal label by ID

todoist_update_personal_label

Update one or more existing personal labels in Todoist

todoist_delete_personal_label

Delete a personal label from Todoist

todoist_get_shared_labels

Get all shared labels from Todoist

todoist_rename_shared_labels

Rename one or more shared labels in Todoist

todoist_update_task_labels

Update the labels of one or more tasks in Todoist

README

Todoist MCP Server Extended

smithery badge

An MCP (Model Context Protocol) server implementation that integrates Claude - or any MCP compatible LLM if you're crafty - with Todoist, enabling natural language task management via MCP tools. The tools in this server allows Claude to interact with your Todoist tasks, projects, sections, and labels using everyday language, while also optimized for LLM workflow efficiency.

<a href="https://glama.ai/mcp/servers/xzuab11d38"><img width="380" height="200" src="https://glama.ai/mcp/servers/xzuab11d38/badge" alt="Todoist Server MCP server" /></a>

Features Overview

  • Task Management: Create, update, complete, and delete tasks using everyday language
  • Label Management: Create, update, and manage personal labels and task labels
  • Project Management: Create, update, and manage Todoist projects
  • Section Organization: Create and manage sections within projects
  • Smart Search: Find tasks and labels using partial name matches
  • Flexible Filtering: Filter tasks by project, section, due date, priority, and labels
  • Rich Task Details: Support for descriptions, due dates, priority levels, and project/section assignment
  • Batch Operations: Tools have built in batch operation support and custom parameters for efficient usage with LLM workflows

For a complete list of available tools as well as their usage, see tools.md.

Quick Installation Guide

Assuming you already have npm installed.

A more comprehensive installation guide can be found in the How-to Guide.

Installing via Smithery

To install Todoist MCP Server Extended for Claude Desktop via Smithery:

  1. Run following command in cmd\pwsh:
    npx -y @smithery/cli install @Chrusic/todoist-mcp-server-extended --client claude

Also compatible with cline or windsurf, by changing last parameter to --client cline or --client windsurf

Installing via npm

  1. Run following command in cmd\pwsh:
    npm install -g @chrusic/todoist-mcp-server-extended

Setup

Grab a Todoist API Token

  1. Log in to your Todoist account
  2. Navigate to Settings → Integrations
  3. Find your API token under Developer
  4. Press Copy API Token

For more information about the Todoist API, visit the official Todoist API documentation.

Add MCP Server and API Token Claude Desktop Client

  1. In your claude_desktop_config.json file, paste the following json snippet between: "mcpServers":{ }:

    "todoist": {
      "command": "npx",
      "args": ["-y", "@chrusic/todoist-mcp-server-extended"],
      "env": {
          "TODOIST_API_TOKEN": "PASTE-YOUR-API-TOKEN-HERE"
      }
    }
    
  2. When all put together, it should look something like this:

    {
    "mcpServers": {
        "todoist": {
        "command": "npx",
        "args": ["-y", "@chrusic/todoist-mcp-server-extended"],
        "env": {
            "TODOIST_API_TOKEN": "PASTE-YOUR-API-TOKEN-HERE"
        }
        }
    }
    }
    
  3. Claude Desktop client will then start the MCP server and load the tools on the next client (re)start.

Example Usage

Some simple suggestions on what to ask Claude. Note that sometimes you have to be very direct to get claude to use the tools:

  • "Using the MCP tool: todoist_get_tasks, list all my tasks for the day."
  • "Create task 'Review PR' in project 'Work' section 'To Do'"
  • "Add label 'Important' to task 'Review PR'"
  • "Show all tasks with label 'Important' in project 'Work'"
  • "Move task 'Documentation' to section 'In Progress'"
  • "Mark the documentation task as complete"
  • "Give me some suggestions for listed tasks I can do today as I'm going shopping in town."
  • "Break task X down in to smaller subtasks and add due dates, x, y, z."

Contributing

Contributions are welcome! Feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Issues and Support

If you encounter any issues or need support, please file an issue on the GitHub repository.

Recommended Servers

Apple MCP Server

Apple MCP Server

Enables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.

Featured
Local
TypeScript
Todoist MCP

Todoist MCP

An MCP server that enables LLMs to interact with Todoist tasks, projects, and other features through the Todoist API.

Featured
TypeScript
Notion API MCP Server

Notion API MCP Server

Enables advanced todo list management and content organization using Notion's API, supporting features like creating databases, dynamic filtering, and collaborative task tracking.

Featured
Python
Todoist MCP Server

Todoist MCP Server

An MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.

Featured
JavaScript
Curri MCP Server

Curri MCP Server

Enables interaction with Curri's API by managing text notes, offering tools for note creation, and generating summaries using structured prompts.

Official
Local
JavaScript
Inkdrop MCP Server

Inkdrop MCP Server

Integrates Inkdrop note-taking app with Claude AI through Model Context Protocol, allowing Claude to search, read, create, and update notes in your Inkdrop database.

Official
Local
JavaScript
Notion MCP Server

Notion MCP Server

Enables interaction with Notion through the Notion API by exposing it as tools for LLMs, allowing operations like reading, creating, updating, and deleting Notion pages seamlessly via natural language.

Official
TypeScript
Notion MCP Server

Notion MCP Server

A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.

Local
JavaScript
Datetime MCP Server

Datetime MCP Server

This server enables users to store, manage, and summarize notes using a custom URI scheme, with functionality to add new notes and generate summaries with varying levels of detail.

Local
Python
Obsidian Index MCP Server

Obsidian Index MCP Server

Provides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.

Local
Python