Todoist MCP Server Extended
@Chrusic
Todoist MCP Server Extended について
Todoist MCP Server Extended - Enabling natural language management of todoist via Claude, MCP and todoist REST APIv2. Featuring LLM optimized Tools including batch operations and robust error handling.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"todoist-mcp-server-extended": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Chrusic/todoist-mcp-server-extended",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Todoist MCP Server Extended?
It is an MCP (Model Context Protocol) server that integrates Claude or any MCP‑compatible LLM with Todoist, enabling natural language task management via MCP tools. The tools allow the LLM to interact with Todoist tasks, projects, sections, and labels using everyday language, optimized for workflow efficiency.
How to use Todoist MCP Server Extended?
Install via Smithery (npx -y @smithery/cli install @Chrusic/todoist-mcp-server-extended --client claude) or globally via npm (npm install -g @chrusic/todoist-mcp-server-extended). Then configure the TODOIST_API_TOKEN environment variable in the claude_desktop_config.json file. After restarting the Claude Desktop client, the MCP server loads the tools automatically.
Key features of Todoist MCP Server Extended
- Create, update, complete, and delete tasks with natural language.
- Create, update, and manage personal and task labels.
- Create, update, and manage Todoist projects.
- Create and manage sections within projects.
- Find tasks and labels using partial name matches.
- Filter tasks by project, section, due date, priority, and labels.
- Support rich task details: descriptions, due dates, priority levels.
- Built‑in batch operations for efficient LLM workflows.
Use cases of Todoist MCP Server Extended
- “List all my tasks for the day” via natural language.
- “Create task ‘Review PR’ in project ‘Work’ section ‘To Do’.”
- “Add label ‘Important’ to task ‘Review PR’.”
- “Show all tasks with label ‘Important’ in project ‘Work’.”
- “Mark the documentation task as complete.”
FAQ from Todoist MCP Server Extended
How does Todoist MCP Server Extended differ from other Todoist tools?
It enables natural‑language task management through MCP tools, optimized for workflow efficiency with LLMs.
What are the dependencies or runtime requirements?
Requires npm installed. A valid Todoist API token (obtained from Todoist settings → Integrations → Developer) is needed.
Where does my Todoist data live?
Data is stored on Todoist’s servers; the server interacts with it via the Todoist API. No local storage is mentioned.
Is there any authentication required?
Yes. Authentication uses a Todoist API token provided as the environment variable TODOIST_API_TOKEN.
What transport does the server use?
The server runs as a subprocess of the MCP client (e.g., Claude Desktop) via stdio, started by the npx command.
「生産性」の他のコンテンツ
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.

Time
modelcontextprotocolModel Context Protocol Servers
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
コメント