Skip to main content
Glama

Todoist MCP

by Scofieldkoh

Todoist MCP

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

Todoist TypeScript クライアントから利用できるすべての API をサポートします。

設定

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

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

グラマ

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

LLM が API を介して Todoist タスク管理プラットフォームと対話できるようにし、公式 Todoist TypeScript クライアントのすべての機能をサポートします。

  1. 設定
    1. 分布
      1. 鍛冶屋
      2. グラマ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Integrates Claude with Todoist for natural language task management, supporting project and section organization, task creation, updating, completion, and deletion using everyday language.
      Last updated -
      19
      16
      18
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables LLMs to interact with Todoist tasks, projects, and other features through the Todoist API.
      Last updated -
      36
      754
      150
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      Complete Todoist REST API v2 integration with support for tasks, projects, sections, comments, and labels management
      Last updated -
      34
      754
      37
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      A Python server that enables Claude to interact with Todoist's task management API, allowing users to create, manage, and organize tasks directly through Claude's interface.
      Last updated -
      17
      7
      Python
      MIT License
      • Apple

    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/Scofieldkoh/todoist_mcp'

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