This server enables comprehensive Todoist management via Model Context Protocol (MCP) compatible LLMs like Claude. You can:
- Task Management: Create, retrieve, update, move, close/reopen, and delete tasks with support for natural language input, descriptions, deadlines, priorities, and labels.
- Project Management: Create, retrieve, update, and delete projects, including setting colors, view styles, and parent-child relationships.
- Section Management: Add, retrieve, update, and delete sections within projects.
- Comment Management: Add, retrieve, update, and delete comments for tasks and projects.
- Label Management: Create, update, delete, and manage labels, including shared labels.
- Collaboration: Access project collaborators.
- Productivity Insights: Retrieve productivity statistics and completed tasks by date.
Allows interaction with Todoist task management service through its API, supporting all functionality available in the Todoist TypeScript Client.
Todoist MCP
Connect this Model Context Protocol server to your LLM to interact with Todoist.
Functionality
This integration implements all the APIs available from the Todoist TypeScript Client, providing access to:
Task Management
- Create tasks (with content, descriptions, due dates, priorities, labels, and more)
- Create tasks with natural language (e.g., "Submit report by Friday 5pm #Work")
- Retrieve tasks (individual, filtered, or all tasks)
- Retrieve completed tasks (by completion date or due date)
- Get productivity statistics
- Update tasks
- Move tasks (individually or in batches)
- Close/reopen tasks
- Delete tasks
Project Management
- Create, retrieve, update, and delete projects
Section Management
- Create, retrieve, update, and delete sections within projects
Comment Management
- Add, retrieve, update, and delete comments for tasks or projects
Label Management
- Create, retrieve, update, and delete labels
- Manage shared labels
Collaboration
- Get collaborators for projects
Setup
Build the server app:
Configure Claude:
You must install the Claude desktop app which supports MCP.
You can get your Todoist API key from Todoist > Settings > Integrations > Developer.
Then, in your claude_desktop_config.json
, add a new MCP server:
You can now launch Claude desktop app and ask to update Todoist.
Distribution
Smithery
Install Todoist MCP on Claude Desktop using Smithery:
Glama
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
An MCP server that enables LLMs to interact with Todoist tasks, projects, and other features through the Todoist API.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.Last updated -117PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.Last updated -5245153JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.Last updated -104TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.Last updated -1Python