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.
生产力 分类下的更多 MCP 服务器
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
评论