Todoist AI MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TODOIST_API_KEY | Yes | Your Todoist API token, used to authenticate the client and access your account data. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add-tasksA | Add one or more tasks to a project, section, or parent. Supports assignment to project collaborators. |
| complete-tasksA | Complete one or more tasks by their IDs. |
| uncomplete-tasksA | Uncomplete (reopen) one or more completed tasks by their IDs. |
| update-tasksB | Update existing tasks including content, dates, priorities, and assignments. |
| reschedule-tasksA | Reschedule tasks to new dates while preserving recurring schedules. Unlike update-tasks (which replaces the entire due string and can wipe recurrence), this tool changes only the date, keeping recurrence patterns intact. Use this when moving recurring tasks to a different date without altering their repeat pattern. |
| find-tasksA | Find tasks by text search, project/section/parent container, responsible user, labels, a raw Todoist filter string, or a saved filter by ID or name (filterIdOrName). At least one filter must be provided. |
| find-tasks-by-dateB | Get tasks by date range. startDate='today' includes overdue items. Default responsibleUserFiltering='unassignedOrMe' excludes others' tasks. Person-specific queries (summaries, plans, reports) require responsibleUser. |
| find-completed-tasksA | Get completed tasks. since/until are optional and default to a 7-day window when omitted. Includes all collaborators by default. Person-specific queries (summaries, plans, reports) require responsibleUser. |
| add-projectsB | Add one or more new projects. |
| update-projectsB | Update multiple existing projects with new values. |
| find-projectsA | List all projects or search for projects by name. By default only active projects are returned; use archivedStatus ('archived' or 'all') to include archived projects. When searching or when archivedStatus is 'all', all matching projects are returned (pagination is ignored). Otherwise projects are returned with pagination. |
| project-managementA | Archive or unarchive a project by its ID. |
| project-moveB | Move a project between personal and workspace contexts. |
| add-sectionsB | Add one or more new sections to projects. |
| update-sectionsB | Update multiple existing sections with new values. |
| find-sectionsA | Search for sections by name or other criteria in a project. When searching, uses server-side search to avoid fetching all sections. |
| add-commentsA | Add multiple comments to tasks or projects. Each comment must specify either taskId or projectId. |
| find-commentsA | Find comments by task, project, or get a specific comment by ID. Exactly one of taskId, projectId, or commentId must be provided. |
| update-commentsA | Update multiple existing comments with new content. |
| add-remindersA | Add reminders to tasks. Supports three types: "relative" (minutes before due), "absolute" (specific date/time), or "location" (geofence-triggered). Each reminder must specify a taskId. |
| find-remindersA | Find reminders by task ID (returns all reminder types), or get a specific reminder by its ID. Use reminderId for time-based reminders and locationReminderId for location reminders. |
| update-remindersA | Update existing reminders. Each reminder must specify its type ("relative", "absolute", or "location") and ID. Only include fields that need to change. |
| view-attachmentA | View a file attachment from a Todoist comment. Pass the fileUrl from a comment's fileAttachment field. Supports images (returned inline), text files (returned as text), and binary files like PDFs (returned as embedded resources). |
| add-labelsA | Add one or more new personal labels. |
| update-labelsA | Update one or more existing labels. Personal labels (identified by ID) can have their name, color, order, and favorite flag updated. Shared labels (identified by name) can only be renamed. |
| find-labelsA | List personal labels and shared labels. Personal labels have full metadata (id, name, color, order, isFavorite) and support pagination and name search (partial, case insensitive). Shared labels are labels used on tasks shared with you — they are returned as names only (no IDs or metadata). When searching, all matching personal labels are fetched across all pages and returned as a single result set (limit and cursor are ignored). When not searching, personal labels are returned with pagination. |
| find-filtersA | List all personal filters or search for filters by name. Filters are saved custom views that use query syntax to organize tasks (e.g. "today & p1", "#Work & overdue"). |
| add-filtersA | Add one or more new personal filters. Filters are saved custom views using query syntax to organize tasks. |
| update-filtersA | Update one or more existing personal filters with new values. |
| find-activityA | Retrieve recent activity logs to monitor and audit changes in Todoist. Shows events from all users by default (use initiatorId to filter by specific user). Track task completions, updates, deletions, project changes, and more with flexible filtering. Note: Date-based filtering is not supported by the Todoist API. |
| get-productivity-statsA | Get comprehensive productivity statistics including daily/weekly completion breakdowns, goal streaks (current, last, max), karma score and trends, and historical karma data. Useful for productivity analysis and tracking goal progress. |
| get-project-healthA | Get a comprehensive health assessment for a project including completion progress, health status (EXCELLENT, ON_TRACK, AT_RISK, CRITICAL), and optional detailed context with project metrics and task-level recommendations. Use includeContext=true for full detail including task data. |
| get-project-activity-statsA | Get daily and optional weekly task completion counts for a project over a configurable time window (1-12 weeks). Useful for identifying completion trends and patterns. |
| analyze-project-healthA | Trigger a new health analysis for a project. Use this when the health data is stale or you want a fresh assessment. The analysis may take time to complete — use get-project-health afterward to see updated results. |
| get-workspace-insightsA | Get aggregated health and progress insights across all projects in a workspace. Accepts workspace name or ID, with optional project ID filtering. Useful for a cross-project health overview. |
| get-overviewA | Get a Markdown overview. If no projectId is provided, shows all projects with hierarchy and sections (useful for navigation). If projectId is provided, shows detailed overview of that specific project including all tasks grouped by sections. |
| delete-objectA | Delete a project, section, task, comment, label, filter, reminder, or location_reminder by its ID. Projects can be deleted whether active or archived (find archived ones via find-projects with archivedStatus); note a workspace project must be archived before it can be deleted, while personal projects can be deleted regardless. |
| fetch-objectA | Fetch a single task, project, comment, or section by its ID. Use this when you have a specific object ID and want to retrieve its full details. |
| reorder-objectsA | Reorder sibling projects or sections, and optionally move projects to a new parent. For projects: set order to reorder siblings, and/or set parentId to move under a new parent (use "root" for top level). For sections: set order to reorder within a project. |
| user-infoA | Get comprehensive user information including user ID, full name, email, timezone with current local time, week start day preferences, current week dates, daily/weekly goal progress, and user plan (Free/Pro/Business). |
| find-project-collaboratorsA | Find Todoist users (collaborators, teammates) by name or email to look up their user ID. Use this whenever the user asks to find, look up, or identify a person — e.g. "find Carrie's user ID", "who is Ernesto", "look up a user". When projectId is omitted, searches across the collaborators of every shared project the authenticated user has access to, plus the authenticated user themselves — an empty result means the person is not a collaborator on any project you share with them, not necessarily that they do not exist in Todoist. When projectId is provided, searches only that project. Partial, case-insensitive match on name and email. |
| manage-assignmentsA | Bulk assignment operations for multiple tasks. Supports assign, unassign, and reassign operations with atomic rollback on failures. |
| list-workspacesA | Get all workspaces for the authenticated user. Returns workspace details including ID, name, plan type (STARTER/BUSINESS), user role (ADMIN/MEMBER/GUEST), link sharing settings, guest permissions, creation date, and creator ID. |
| searchA | Search across tasks and projects in Todoist. Returns a list of relevant results with IDs, titles, and URLs. |
| fetchA | Fetch the full contents of a task or project by its ID. The ID should be in the format "task:{id}" or "project:{id}". |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| productivity-analysis | Analyze your Todoist productivity with insights on completion trends, goal streaks, project distribution, and actionable recommendations. Gathers data from multiple tools and synthesizes a comprehensive report. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| todoist-task-list | Interactive task list widget |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Doist/todoist-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server