todoist_list_tasks
ActiveTool of Todoist
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"). Returns each task's id, content, description, project id, priority, due date/datetime, labels, and web URL.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"filter": {
"type": "string",
"description": "Optional Todoist filter query to select tasks, e.g. \"today | overdue\", \"p1\", \"#Work & no date\", \"7 days\". See Todoist's filter query language."
},
"project_id": {
"type": "string",
"description": "Optional project id to restrict tasks to a single Todoist project (from todoist_list_projects)."
}
}
}Parent server
Todoist
https://github.com/pipeworx-io/mcp-todoist
1/7 registries