MCP.so
ログイン

Todoist MCP Server

@MCP-Mirror

Todoist MCP Server について

Mirror of

基本情報

カテゴリ

生産性

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "todoist": {
      "command": "npx",
      "args": [
        "-y",
        "@abhiz123/todoist-mcp-server"
      ],
      "env": {
        "TODOIST_API_TOKEN": ""
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Todoist MCP Server?

An MCP (Model Context Protocol) server that integrates Claude with Todoist, enabling natural language task management. It allows Claude to create, read, update, complete, and delete Todoist tasks using everyday language rather than direct API calls.

How to use Todoist MCP Server?

Install globally via npm: npm install -g @abhiz123/todoist-mcp-server. Then add a todoist entry to your claude_desktop_config.json with the command npx -y @abhiz123/todoist-mcp-server and provide your Todoist API token in the TODOIST_API_TOKEN environment variable. After configuration, you can interact with tasks using natural language commands through Claude.

Key features of Todoist MCP Server

  • Natural language task management (create, update, complete, delete)
  • Smart task search using partial name matches
  • Flexible filtering by due date, priority, or project
  • Support for rich task details (descriptions, due dates, priority)
  • Clear error and confirmation feedback for user actions

Use cases of Todoist MCP Server

  • Quickly add tasks using conversational commands like “Create task 'Team Meeting' due tomorrow”
  • Retrieve and filter tasks with phrases such as “Show high priority tasks due this week”
  • Update task attributes (due date, priority, description) by describing the change
  • Complete or delete tasks using partial name matching
  • Manage Todoist entirely through natural language without leaving the chat interface

FAQ from Todoist MCP Server

How do I obtain a Todoist API token?

Log in to your Todoist account, go to Settings → Integrations, and find your API token under “Developer”.

What tools does the server provide?

It provides five tools: todoist_create_task, todoist_get_tasks, todoist_update_task, todoist_complete_task, and todoist_delete_task.

How do I configure the server with Claude Desktop?

Add a todoist entry under mcpServers in your claude_desktop_config.json with the command npx -y @abhiz123/todoist-mcp-server and set the TODOIST_API_TOKEN environment variable.

Does the server require Node.js and npm?

Yes, installation is done via npm install -g, which implies that Node.js and npm must be installed on your system.

Where are my task data stored?

Your tasks remain on Todoist’s servers. The server communicates with the Todoist API using your personal API token; it does not store any data locally.

コメント

「生産性」の他のコンテンツ