todoist-mcp-server

todoist-mcp-server

3.2

If you are the rightful owner of todoist-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Todoist MCP Server is a Python-based server that integrates with the Todoist API to manage tasks, projects, and sections.

todoist_get_projects

Retrieve a list of projects from Todoist.

todoist_get_project

Retrieve details of a specific project.

todoist_add_project

Add a new project to Todoist.

todoist_update_project

Update an existing project.

todoist_delete_project

Delete a project from Todoist.

todoist_get_sections

Retrieve a list of sections from Todoist.

todoist_get_section

Retrieve details of a specific section.

todoist_add_section

Add a new section to a project.

todoist_update_section

Update an existing section.

todoist_delete_section

Delete a section from a project.

todoist_create_task

Create a new task in Todoist.

todoist_get_tasks

Retrieve a list of tasks from Todoist.

todoist_get_task

Retrieve details of a specific task.

todoist_update_task

Update an existing task.

todoist_move_task

Move a task to a different section or project.

todoist_close_task

Close a task in Todoist.

todoist_reopen_task

Reopen a closed task.

todoist_delete_task

Delete a task from Todoist.