GraysonCAdams/todoist-mcp
MCP server for Todoist — tasks, projects, and labels
Platform-specific configuration:
{
"mcpServers": {
"todoist-mcp": {
"command": "npx",
"args": [
"-y",
"todoist-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP (Model Context Protocol) server for Todoist that gives AI assistants full access to your tasks, projects, labels, filters, comments, and more.
Built on the official `@doist/todoist-ai` package.
| Tool | Description | |------|-------------| | add-tasks | Create one or more tasks | | find-tasks | Search and filter tasks | | find-tasks-by-date | Find tasks by due date or date range | | find-completed-tasks | Find previously completed tasks | | update-tasks | Update existing tasks | | complete-tasks | Mark tasks as complete | | uncomplete-tasks | Reopen completed tasks | | reschedule-tasks | Change task due dates |
| Tool | Description | |------|-------------| | add-projects | Create new projects | | find-projects | Search and list projects | | update-projects | Update project properties | | project-management | Archive or unarchive projects | | project-move | Move projects between workspaces |
| Tool | Description | |------|-------------| | add-sections | Create sections within projects | | find-sections | Search and list sections | | update-sections | Update section properties |
| Tool | Description | |------|-------------| | add-comments | Add comments to tasks or projects | | find-comments | Search and list comments | | update-comments | Update existing comments | | view-attachment | View file attachments on comments |
| Tool | Description | |------|-------------| | add-labels | Create new labels | | find-labels | Search and list labels |
| Tool | Description | |------|-------------| | add-filters | Create saved filters | | find-filters | Search and list filters | | update-filters | Update existing filters |
| Tool | Description | |------|-------------| | find-project-collaborators | List collaborators on a project | | `manage-ass
Loading reviews...