Submit

Todoist Mcp

@stevengonsalvez

This MCP server enables advanced task and project management via Claude Desktop and other MCP-compatible clients.
Overview

What is Todoist MCP?

Todoist MCP is a Model Context Protocol (MCP) server designed for advanced task and project management, enabling integration with Claude Desktop and other MCP-compatible clients.

How to use Todoist MCP?

To use Todoist MCP, you need to install it via npm or clone the repository, set your Todoist API token, and run the server. You can then interact with it through commands in Claude Desktop.

Key features of Todoist MCP?

  • List, create, update, complete, reopen, and delete tasks.
  • Manage projects, sections, labels, and comments.
  • Fetch project collaborators and manage shared labels.

Use cases of Todoist MCP?

  1. Managing personal and team tasks efficiently.
  2. Organizing projects and sections for better workflow.
  3. Collaborating with team members on shared projects.

FAQ from Todoist MCP?

  • What are the requirements to use Todoist MCP?

You need Node.js, npm or yarn, a Todoist account, and a Todoist API token.

  • Is Todoist MCP free to use?

Yes! Todoist MCP is free to use for everyone.

  • Can I use Todoist MCP with other clients?

Yes! It is compatible with Claude Desktop and other MCP-compatible clients.

Server Config

{
  "mcpServers": {
    "mcp-todoist": {
      "command": "npx",
      "args": [
        "todoist-mcp-server"
      ],
      "env": {
        "TODOIST_API_TOKEN": "your-todoist-token"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.