Todoist MCP Server
Todoist MCP サーバー
Todoist 用の Model Context Protocol (MCP) サーバー。Claude Desktop やその他の MCP 互換クライアントを介して高度なタスクおよびプロジェクト管理を可能にします。
要件
Node.js(v18以上を推奨)
npmまたはyarn
Todoistアカウント
Todoist API トークン ( https://todoist.com/prefs/integrationsを参照)
Related MCP server: MCP Todoist
特徴
タスクの一覧表示、作成、更新、完了、再開、削除
プロジェクトの一覧表示、作成、更新、アーカイブ、アーカイブ解除、削除
セクションの一覧表示、作成、更新、削除
ラベルの一覧表示、作成、更新、削除
コメントの一覧表示、作成、更新、削除
共有ラベルを管理する
プロジェクトの共同作業者を取得
すべての機能
タスク: リスト、取得、作成、更新、完了、再開、削除
プロジェクト: リスト、取得、作成、更新、アーカイブ、アーカイブ解除、削除
セクション: リスト(プロジェクト別)、取得、作成、更新、削除
ラベル: 共有ラベルの一覧表示、取得、作成、更新、削除、管理
コメント: リスト(タスク/プロジェクト別)、取得、作成、更新、削除
共同作業者: プロジェクトの共同作業者を一覧表示します
インストール
Claude Desktop (JSON) の場合
npm パッケージとして公開されている場合は、Claude Desktop 構成で npx を直接使用できます。
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"todoist-mcp"
],
"env": {
"TODOIST_API_TOKEN": "your_todoist_token"
}
}
}
}示されているように
TODOIST_API_TOKENを設定します。
手動インストール
リポジトリをクローンします。
git clone https://github.com/yourusername/todoist-mcp.git cd todoist-mcp依存関係をインストールします:
npm install # or yarn installプロジェクトをビルドします。
npm run build # or yarn buildTodoist API トークンを環境変数として設定します (上記参照)。
構築したサーバーを実行します。
node dist/server.js設定ファイルに以下を追加して、Claude Desktop がローカル ビルドを使用するように設定します。
{ "mcpServers": { "todoist": { "command": "node", "args": [ "/path/to/todoist-mcp/dist/server.js" ], "env": { "TODOIST_API_TOKEN": "your_todoist_token" } } } }
使用例
最優先タスクを取得します。
「最優先のタスクを表示してください。」
ラベルを作成して分類する:
「タスクにラベルを作成し、プロジェクトまたは緊急度によって分類します。」
タスクをセクションごとに整理します。
「「緊急」というラベルが付いたすべてのタスクを「今日」セクションに移動します。」
プロジェクト管理:
「「個人の成長」という新しいプロジェクトを作成し、「読書リスト」セクションを追加します。」
共同作業者の概要:
「プロジェクト「Team Launch」のすべての共同作業者を一覧表示します。」
コメント管理:
「「スライドを準備する」タスクに、「第 2 四半期の結果を忘れずに含めてください」という内容のコメントを追加します。」
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています。詳細はライセンスをご覧ください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that connects Claude with Todoist for complete task and project management through natural language.86229244MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server implementation compatible with Todoist API, allowing AI agents to interact with task management functionality through standardized MCP tools.51151MIT
- AlicenseAqualityDmaintenanceA Python MCP server that enables AI assistants to manage Todoist tasks and projects through the Model Context Protocol. It supports full CRUD operations for tasks and projects, including support for nested projects and Todoist's advanced filter syntax.11MIT
- AlicenseAqualityDmaintenanceA clean, reliable MCP (Model Context Protocol) server for Todoist — built on the Todoist unified API v1.201MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for generating rough-draft project plans from natural-language prompts.
Project management MCP for AI agents with safe task reads and writes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/stevengonsalvez/todoist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server