MCP.so
登录
T

Todoist Mcp Server

@koki-develop

关于 Todoist Mcp Server

暂无概览

基本信息

分类

生产力

传输方式

stdio

发布者

koki-develop

提交者

Koki Sato

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "todoist": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "TODOIST_API_TOKEN",
        "ghcr.io/koki-develop/todoist-mcp-server:latest"
      ],
      "env": {
        "TODOIST_API_TOKEN": "<your_api_token_here>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Todoist MCP Server?

Todoist MCP Server is a Model Context Protocol (MCP) server that connects the Todoist API with AI assistants like Claude. It enables AI assistants to interact with Todoist projects, sections, tasks, and labels, allowing users to manage their productivity workflow through natural language conversations.

How to use Todoist MCP Server?

Obtain a Todoist API token from the Todoist Developer Settings page. Then configure your MCP client to run the server via Docker, setting the TODOIST_API_TOKEN environment variable to your token. The server provides over 30 tools that AI assistants can invoke for managing projects, sections, tasks, labels, and comments.

Key features of Todoist MCP Server

  • Full CRUD operations for Todoist projects, sections, tasks, labels, and comments
  • Task management including close, reopen, and bulk move operations
  • Advanced task filtering using Todoist’s natural language filter syntax
  • Comment creation and retrieval on both tasks and projects
  • Docker-based deployment with a single environment variable

Use cases of Todoist MCP Server

  • Manage Todoist tasks via voice or chat with an AI assistant
  • Automate project and section organization through natural language commands
  • Bulk move or restructure tasks across projects and sections
  • Add comments and labels to tasks without leaving the conversation

FAQ from Todoist MCP Server

What is Todoist MCP Server and what does it integrate with?

It is an MCP server that bridges AI assistants (e.g., Claude) with the Todoist API, enabling conversational management of projects, sections, tasks, labels, and comments.

How do I set up Todoist MCP Server?

You need a Todoist API token (from Todoist Developer Settings) and Docker. Add the provided Docker run configuration to your MCP client’s settings, replacing <your_api_token_here> with your token.

What operations can I perform with Todoist MCP Server?

The server exposes over 30 tools including creating, reading, updating, and deleting projects, sections, tasks, labels, and comments; closing and reopening tasks; moving tasks between projects, sections, or as subtasks; and advanced task filtering.

Are deletion operations reversible?

No. Deletions of projects, sections, tasks, labels, and comments are permanent and cannot be undone. The README explicitly warns that these operations are irreversible.

Does Todoist MCP Server require any additional dependencies?

It runs via Docker; no other runtime or software is mentioned. The only required credential is a Todoist API token.

评论

生产力 分类下的更多 MCP 服务器