MCP.so
ログイン

Todoist MCP Server

@miottid

Todoist MCP Server について

Augment LLMs with Todoist features

基本情報

カテゴリ

生産性

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

miottid

投稿者

David Miotti

設定

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

{
  "mcpServers": {
    "todoist-mcp": {
      "command": "node",
      "args": [
        "/path/to/repo/build/index.js"
      ],
      "env": {
        "TODOIST_API_KEY": "your_todoist_api_key"
      }
    }
  }
}

ツール

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

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

概要

What is Todoist MCP Server?

Todoist MCP Server connects an LLM via the Model Context Protocol to Todoist, enabling task and project management through natural language commands. It provides access to all Todoist APIs via the official TypeScript client.

How to use Todoist MCP Server?

Build the server with npm install && npm run build, then configure a new MCP server in claude_desktop_config.json with the command node pointing to build/index.js and the TODOIST_API_TOKEN environment variable set to your Todoist API key. Launch the Claude desktop app and ask to update Todoist.

Key features of Todoist MCP Server

  • Create tasks with content, due dates, priorities, and labels
  • Create tasks using natural language (e.g., "Submit report by Friday 5pm #Work")
  • Retrieve, update, move, close, reopen, and delete tasks
  • Manage projects, sections, comments, and labels
  • View productivity statistics and project collaborators
  • Complete CRUD operations for all major Todoist entities

Use cases of Todoist MCP Server

  • Add tasks to Todoist directly from a conversation with an AI assistant
  • Organize projects and sections by giving natural language commands
  • Retrieve and review completed tasks or productivity stats without leaving the chat
  • Manage labels and comments collaboratively within a project
  • Automate routine Todoist updates via AI prompts

FAQ from Todoist MCP Server

What do I need to run Todoist MCP Server?

You need the Claude desktop app and a Todoist API token from Todoist Settings > Integrations > Developer.

How do I get a Todoist API token?

Go to Todoist > Settings > Integrations > Developer and generate an API token.

Which Todoist operations are supported?

All APIs from the Todoist TypeScript Client are available, including task, project, section, comment, label, and collaborator management.

Can I install Todoist MCP Server via Smithery?

Yes, you can install it on Claude Desktop using Smithery with npx -y @smithery/cli install @miottid/todoist-mcp --client claude.

Where does the server run?

It runs locally as a Node.js process on your machine, communicating with the Todoist API using your API token.

コメント

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