Todoist MCP
Provides comprehensive task and project management capabilities including creating and managing tasks with natural language, organizing projects and sections, handling comments and labels, tracking productivity statistics, and managing collaborators.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Todoist MCPadd 'Finish quarterly report by Friday' to my Work project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Todoist MCP Server
Setup
Build the server app:
npm install
npm run buildConfigure 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:
{
"mcpServers": {
"todoist-mcp": {
"command": "node",
"args": ["/path/to/repo/build/index.js"],
"env": {
"TODOIST_API_TOKEN": "your_todoist_api_key"
}
}
}
}You can now launch Claude desktop app and ask to update Todoist.
Distribution
Smithery
Install Todoist MCP on Claude Desktop using Smithery:
npx -y @smithery/cli install @miottid/todoist-mcp --client claudeGlama
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
Create and manage MeisterTask projects, tasks, and notes from your AI assistant.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to interact with Todoist task management platform through its API, supporting all features from the official Todoist TypeScript Client.338 npmMIT
- AlicenseNot gradedqualityCmaintenanceConnects AI assistants to Todoist for comprehensive task management, enabling natural language creation, updating, and organization of tasks, projects, sections, and labels.5 npm3MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, sections, and labels through natural language, supporting task creation, updates, completion, and intelligent organization of your workflow.5 npmMIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to manage Todoist tasks, projects, sections, labels, and comments through natural language conversations, providing complete control over your productivity workflow via the Todoist API.119 npm7MIT