@pipeworx/todoist
Connect: https://gateway.pipeworx.io/todoist/mcp · Install: one-click buttons
Tools: 5
Tools
- todoist_list_projects — List all projects in the user’s Todoist account. Returns each project’s id, name, color, favorite status, web URL, and parent project id. Use to discover projects and their ids before listing tasks or
- todoist_list_tasks — List active (incomplete) tasks / to-do items from Todoist. Optionally filter by a project id, or by a Todoist filter query (a powerful query language, e.g. “today | overdue”, “p1 & #Work”, “no date”).
- todoist_get_task — Get the full details of a single Todoist task / to-do item by its id, including content, description, project id, section id, priority, due date/datetime, labels, web URL, and creation time. Use after
- todoist_list_sections — List the sections within a Todoist project. Sections group tasks inside a project. Returns each section’s id, project id, name, and order. Use to understand how tasks in a project are organized.
- todoist_list_labels — List all personal labels in the user’s Todoist account. Labels are tags applied to tasks. Returns each label’s id, name, color, and favorite status. Use to discover labels for filtering or interpretin
Tools
todoist_get_task— Get the full details of a single Todoist task / to-do item by its id, including content, description, project id, section id, priority, due date/datetime, labels, web URL, and creation time. Use aftertodoist_list_labels— List all personal labels in the user's Todoist account. Labels are tags applied to tasks. Returns each label's id, name, color, and favorite status. Use to discover labels for filtering or interpretintodoist_list_projects— List all projects in the user's Todoist account. Returns each project's id, name, color, favorite status, web URL, and parent project id. Use to discover projects and their ids before listing tasks ortodoist_list_sections— List the sections within a Todoist project. Sections group tasks inside a project. Returns each section's id, project id, name, and order. Use to understand how tasks in a project are organized.todoist_list_tasks— List active (incomplete) tasks / to-do items from Todoist. Optionally filter by a project id, or by a Todoist filter query (a powerful query language, e.g. today | overdue , p1 & #Work , no date ). Re