# Todoist MCP Node

> Access Todoist MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/todoistmcp-node

## Content

## Description
Access Todoist MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `todoistmcp_add-comments`
* `todoistmcp_add-filters`
* `todoistmcp_add-labels`
* `todoistmcp_add-projects`
* `todoistmcp_add-reminders`
* `todoistmcp_add-sections`
* `todoistmcp_add-tasks`
* `todoistmcp_analyze-project-health`
* `todoistmcp_complete-tasks`
* `todoistmcp_delete-object`
* `todoistmcp_export-project-template`
* `todoistmcp_fetch`
* `todoistmcp_fetch-object`
* `todoistmcp_find-activity`
* `todoistmcp_find-comments`
* `todoistmcp_find-completed-tasks`
* `todoistmcp_find-filters`
* `todoistmcp_find-labels`
* `todoistmcp_find-project-collaborators`
* `todoistmcp_find-projects`
* `todoistmcp_find-reminders`
* `todoistmcp_find-sections`
* `todoistmcp_find-tasks`
* `todoistmcp_find-tasks-by-date`
* `todoistmcp_get-overview`
* `todoistmcp_get-productivity-stats`
* `todoistmcp_get-project-activity-stats`
* `todoistmcp_get-project-health`
* `todoistmcp_get-workspace-insights`
* `todoistmcp_import-project-template`
* `todoistmcp_list-workspaces`
* `todoistmcp_manage-assignments`
* `todoistmcp_project-management`
* `todoistmcp_project-move`
* `todoistmcp_reorder-objects`
* `todoistmcp_reschedule-tasks`
* `todoistmcp_search`
* `todoistmcp_uncomplete-tasks`
* `todoistmcp_update-comments`
* `todoistmcp_update-filters`
* `todoistmcp_update-labels`
* `todoistmcp_update-projects`
* `todoistmcp_update-reminders`
* `todoistmcp_update-sections`
* `todoistmcp_update-tasks`
* `todoistmcp_user-info`
* `todoistmcp_view-attachment`

## Use Cases
1. **Automate Todoist MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.