Skip to main content

Overview

Integrate Todoist to create, organize, and manage tasks with support for projects, priorities, and labels. Access 12 tools to manage your tasks and projects programmatically, with flexible scheduling and comprehensive organization features.

Setup Guide

  • Authentication Type : OAuth 2.0

How to Connect

  1. Navigate to CORE DashboardIntegrations
  2. Click on the Todoist card
  3. Click Connect to authorize CORE
  4. You’ll be redirected to Todoist to authorize the application
  5. Grant the required permissions
  6. You’ll be redirected back to CORE once connected

Use Cases

Action Use Cases

When you ask CORE to perform Todoist tasks, it uses MCP tools to execute your requests:
Scenario: Quickly add tasks with priorities and due dates
The agent will use create_task with priority level 4, due_string “tomorrow”, and the appropriate project_id and labels.
Scenario: Structure work with projects and task hierarchies
The agent will:
  1. Use create_project to create the project
  2. Use create_task for each task with the project ID
  3. Use update_project to mark as favorite if needed
Scenario: Monitor and update task status
The agent will use get_tasks filtered by project, then close_task for completed items.
Scenario: Set and manage task priorities across your workflow
The agent will use get_tasks to retrieve tasks, filter by priority level 4, and update_task to modify as needed.
Scenario: Automate task creation and updates
The agent will use create_task multiple times with consistent project_id and labels for bulk operations.

Proactive Use Cases

With webhooks enabled, CORE monitors Todoist 24/7 and acts automatically based on your instructions:
Trigger: Task created with specific labelAutomated Action: Create corresponding task in other tools
Keep task management synchronized. CORE creates matching tasks across platforms and notifies you where needed.
Trigger: Task completedAutomated Action: Track completions and send daily summary
Track productivity automatically. CORE monitors completions and provides daily achievement summaries.
Trigger: Task updated with due dateAutomated Action: Set up smart reminders
Never miss deadlines. CORE watches for due dates and sends timely reminders across your preferred channels.
Trigger: Task marked as high priorityAutomated Action: Escalate and notify
Escalate urgent tasks instantly. CORE routes high-priority work to multiple channels for immediate attention.
Trigger: Task completed in specific projectAutomated Action: Update project metrics
Track project velocity automatically. CORE monitors completions and provides stakeholders with progress updates.
Trigger: New task created in shared projectAutomated Action: Auto-assign based on rules
Automate task routing. CORE distributes work based on labels and creates tracking items across your workflow.

Scopes

  • data:read_write - Read and write access to tasks
  • project:read_write - Read and write access to projects
  • data:delete - Delete tasks and projects

Available MCP Tools

The Todoist integration provides 12 tools for comprehensive task and project management:

Triggers

Todoist triggers enable CORE’s Meta Agent to wake up and act proactively when events are detected via scheduled polling.

Need Help?

Join our Discord community for support in #core-support