Todoist MCP Server
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 MCP Serverlist my tasks due today"
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 Server
A Model Context Protocol (MCP) server for the Todoist API v1. Provides 44 tools with read-only/write annotations so Claude Desktop groups them correctly.
Install in Claude Desktop (recommended)
Download or build todoist-mcp-server.mcpb, then double-click it (or drag it into Claude Desktop → Settings → Extensions). Claude Desktop will prompt for your Todoist API Token during install.
Get your API token from: https://app.todoist.com/app/settings/integrations/developer
Build the .mcpb from source
Requires just (brew install just):
just bundleThat installs deps, compiles, stages a clean dependency tree, and packs todoist-mcp-server.mcpb at the repo root. Other recipes: just build, just run, just clean. Run just with no args to list them all.
Related MCP server: Todoist MCP
Manual configuration (alternative)
If you'd rather wire up the server directly without packaging:
just buildCreate a .env file:
TODOIST_API_TOKEN=your_todoist_api_token_hereAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"todoist": {
"command": "node",
"args": ["/path/to/todoist-mcp-server/dist/index.js"],
"env": {
"TODOIST_API_TOKEN": "your_token_here"
}
}
}
}Tools (44 total)
Read-only (22)
Tool | Description |
| Find tasks by due date range |
| Fetch any Todoist API URL directly |
| Get a specific object by type and ID |
| Recent activity (completed tasks) |
| Comments on tasks or projects |
| Completed tasks with date filtering |
| User-defined filters (guidance — managed via app) |
| Personal labels |
| Project collaborators |
| All projects |
| All reminders |
| Sections (optionally by project) |
| Active tasks with filtering |
| Workspace overview with task counts |
| Karma, streaks, daily/weekly trends |
| Completed tasks for a project |
| Project health analysis |
| Cross-workspace analytics |
| User account and workspace info |
| Search tasks by content, description, or label |
| Authenticated user details |
| View comment attachments |
| Deep project health analysis with suggestions |
Write (19)
Tool | Description |
| Add comments to tasks/projects |
| Create filters (guidance — managed via app) |
| Create personal labels |
| Create projects |
| Add task reminders (requires Pro) |
| Create project sections |
| Create tasks with subtasks, labels, priorities, due dates |
| Mark tasks complete |
| Assign/unassign tasks in shared projects |
| Bulk project update/delete |
| Reposition a project by order |
| Reorder tasks, projects, or sections |
| Bulk reschedule task due dates |
| Reopen completed tasks |
| Update comment content |
| Update filters (guidance — managed via app) |
| Update project properties |
| Update reminder settings |
| Update section names |
| Update tasks (including move between sections/projects) |
Destructive (1)
Tool | Description |
| Delete any object (task, project, section, comment, label) |
API Coverage
Uses the Todoist API v1 (https://api.todoist.com/api/v1/). Handles paginated responses automatically.
Resource | Read | Create | Update | Delete | Move |
Tasks | Yes | Yes | Yes | Yes | Yes |
Projects | Yes | Yes | Yes | Yes | Yes (reorder) |
Sections | Yes | Yes | Yes | Yes | — |
Comments | Yes | Yes | Yes | Yes | — |
Labels | Yes | Yes | Yes | Yes | — |
Reminders | Yes | Yes | Yes | — | — |
Completed tasks | Yes | — | — | — | — |
Productivity stats | Yes | — | — | — | — |
User info | Yes | — | — | — | — |
Collaborators | Yes | — | — | — | — |
Notes
Filters: The Todoist API v1 does not expose filter CRUD. The
add-filters/update-filterstools return guidance to use the Todoist app. Usefind-taskswith parameters for filter-like behavior.Reminders: Require Todoist Pro plan. The tools work correctly but will return HTTP 403 on free accounts.
Tool annotations: All tools include
readOnlyHint/destructiveHintso Claude Desktop groups them into read-only, write, and destructive categories.
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
ADHD-friendly tasks, notes & projects for LucidNest - 18 tools, scoped tokens, Streamable HTTP.
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.330 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to interact with Todoist for comprehensive task and project management, including creating tasks with natural language, managing projects, sections, labels, comments, and tracking productivity statistics.330 npm4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, comments, and labels through natural language commands. Provides complete CRUD operations securely via the Todoist REST API v2.Apache 2.0
- 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.271 npm7MIT