Todoist
Free与 Todoist 交互来管理你的任务。
FreeFree tier
Inputs: textOutputs: text
About Todoist
Todoist MCP Server is an open-source Model Context Protocol (MCP) server that integrates Claude AI with Todoist, enabling natural language task management. Users can create, update, complete, and delete tasks, as well as search and filter tasks using everyday language. The server supports rich task details like descriptions, due dates, and priority levels (1-4). It requires a Todoist API token for authentication and can be easily installed via Smithery or npm. Built for developers and power users, it provides a seamless bridge between Claude's conversational interface and Todoist's task management capabilities.
Key Features
Natural Language Task Management: Create, update, complete, and delete tasks using everyday language
Smart Task Search: Find tasks using partial name matches
Flexible Filtering: Filter tasks by due date, priority, and other attributes
Rich Task Details: Support for descriptions, due dates, and priority levels (1-4)
Intuitive Error Handling: Clear feedback for better user experience
Pros & Cons
Pros
- Natural language interface eliminates need for manual Todoist UI interaction
- Seamless integration with Claude AI for conversational task management
- Open source and free to use
- Supports detailed task attributes (description, due date, priority)
- Easy installation via Smithery or npm
Cons
- Requires a Todoist API token and manual configuration
- Limited to task operations; does not support Todoist projects, labels, or sections
- Only usable with MCP-compatible AI assistants like Claude
- Relies on Todoist API, subject to rate limits and downtime
Best For
Create tasks with natural language (e.g., 'Create task Team Meeting due tomorrow')Retrieve and filter tasks by date, priority, or project using conversational queriesUpdate existing tasks dynamically (e.g., change due date, priority, or description)Mark tasks as complete using partial name searchDelete tasks via natural language commands
FAQ
How do I install the Todoist MCP Server?
You can install it automatically via Smithery with the command 'npx -y @smithery/cli install @abhiz123/todoist-mcp-server --client claude' or manually using npm with 'npm install -g @abhiz123/todoist-mcp-server'.
How do I get a Todoist API token?
Log in to your Todoist account, navigate to Settings > Integrations, and find your API token under the Developer section.
What operations can I perform with this server?
You can create, retrieve, update, complete, and delete tasks using natural language. It supports filtering by due date, priority, and partial name matching.