Todoist MCP
Todoist とやり取りするには、このモデル コンテキスト プロトコルサーバーを LLM に接続します。
Todoist TypeScript クライアントから利用できるすべての API をサポートします。
設定
サーバー アプリをビルドします。
npm install
npm run buildClaude を設定します。
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グラマ
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.