Todoist MCP

MIT License
126
5
  • Apple
  • Linux

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Allows interaction with Todoist task management service through its API, supporting all functionality available in the Todoist TypeScript Client.

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

グラマ

You must be authenticated.

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

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

  1. Setup
    1. Distribution
      1. Smithery
      2. Glama
    ID: 2010u29g1w