Skip to main content
Glama
Chrusic

Todoist MCP Server

by Chrusic

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TODOIST_API_TOKENYesYour Todoist API token from Settings → Integrations → Developer

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
todoist_create_taskC

Create one or more tasks in Todoist with full parameter support

todoist_get_tasksC

Get a list of tasks from Todoist with various filters - handles both single and batch retrieval

todoist_update_taskC

Update one or more tasks in Todoist with full parameter support

todoist_delete_taskC

Delete one or more tasks from Todoist

todoist_complete_taskC

Mark one or more tasks as complete in Todoist

todoist_get_projectsC

Get projects with optional filtering and hierarchy information

todoist_create_projectC

Create one or more projects with support for nested hierarchies

todoist_update_projectC

Update one or more projects in Todoist

todoist_get_project_sectionsC

Get sections from one or more projects in Todoist

todoist_create_project_sectionC

Create one or more sections in Todoist projects

todoist_get_personal_labelsB

Get all personal labels from Todoist

todoist_create_personal_labelC

Create one or more personal labels in Todoist

todoist_get_personal_labelB

Get a personal label by ID

todoist_update_personal_labelC

Update one or more existing personal labels in Todoist

todoist_delete_personal_labelC

Delete a personal label from Todoist

todoist_get_shared_labelsC

Get all shared labels from Todoist

todoist_rename_shared_labelsC

Rename one or more shared labels in Todoist

todoist_remove_shared_labelsC

Remove one or more shared labels from Todoist tasks

todoist_update_task_labelsC

Update the labels of one or more tasks in Todoist

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 19 tools

Disambiguation4/5

Most tools have distinct purposes targeting specific resources and actions, but there is some overlap between todoist_update_task and todoist_update_task_labels, which could cause confusion as both modify tasks. The descriptions clarify that one handles general updates while the other focuses on labels, but the boundaries are not entirely clear.

Naming Consistency5/5

All tool names follow a consistent pattern: 'todoist_' prefix, a verb (e.g., create, get, update, delete), and a noun (e.g., task, project, label). This uniformity makes the set predictable and easy to navigate, with no deviations in style or structure.

Tool Count4/5

With 19 tools, the count is slightly high but reasonable for a comprehensive Todoist integration covering tasks, projects, labels, and sections. It includes CRUD operations for each resource, which justifies the number, though it might feel a bit heavy for simpler use cases.

Completeness5/5

The tool set provides complete CRUD and lifecycle coverage for the Todoist domain, including tasks, projects, personal labels, shared labels, and sections. There are no obvious gaps; agents can perform all essential operations without dead ends, from creation to deletion and updates.

Maintenance

ActivityInactive
ResponsivenessNo issues