Skip to main content
Glama

Todoist MCP

by Doist

Todoist MCP

Todoist とやり取りするには、このモデル コンテキスト プロトコルサーバーを LLM に接続します。

機能性

この統合は、 Todoist TypeScript クライアントから利用可能なすべての API を実装し、以下へのアクセスを提供します。

タスク管理

  • タスクを作成する(コンテンツ、説明、期限、優先度、ラベルなど)
  • 自然言語でタスクを作成する(例:「金曜日の午後 5 時までにレポートを提出する #仕事」)
  • タスクの取得(個別、フィルタリング、またはすべてのタスク)
  • 完了したタスクを取得する(完了日または期限別)
  • 生産性統計を取得する
  • タスクの更新
  • タスクを移動する(個別または一括)
  • タスクを閉じる/再開する
  • タスクを削除する

プロジェクト管理

  • プロジェクトの作成、取得、更新、削除

セクション管理

  • プロジェクト内のセクションの作成、取得、更新、削除

コメント管理

  • タスクまたはプロジェクトのコメントを追加、取得、更新、削除します

ラベル管理

  • ラベルの作成、取得、更新、削除
  • 共有ラベルを管理する

コラボレーション

  • プロジェクトの協力者を獲得する

設定

サーバー アプリをビルドします。

npm install npm run build

Claude を設定します。

MCP をサポートするClaudeデスクトップ アプリをインストールする必要があります。

Todoist API キーは、Todoist > 設定 > 統合 > 開発者から取得できます。

次に、 claude_desktop_config.jsonに新しい MCP サーバーを追加します。

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

これで、Claude デスクトップ アプリを起動し、Todoist の更新を依頼できます。

分布

鍛冶屋

Smitheryを使用して Claude Desktop に Todoist MCP をインストールします。

npx -y @smithery/cli install @miottid/todoist-mcp --client claude

グラマ

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

LLM が Todoist API を介して Todoist のタスク、プロジェクト、その他の機能と対話できるようにする MCP サーバー。

  1. 機能性
    1. タスク管理
    2. プロジェクト管理
    3. セクション管理
    4. コメント管理
    5. ラベル管理
    6. コラボレーション
  2. 設定
    1. 分布
      1. 鍛冶屋
      2. グラマ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.
      Last updated -
      5
      245
      153
      JavaScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
      Last updated -
      1
      Python
    • -
      security
      -
      license
      -
      quality
      A Model Context Protocol server that enables advanced task and project management in Todoist via Claude Desktop and other MCP-compatible clients.
      Last updated -
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      An MCP server that connects Claude with Todoist for complete task and project management through natural language.
      Last updated -
      212
      11
      TypeScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Doist/todoist-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server