
Todoist
abhiz123/todoist-mcp-serverA Model Context Protocol (MCP) server that provides Todoist task management functionalities.
- Version
- 0.1.0
- Type
- Community Servers
- Categories
- Productivity
Tools
5todoist_create_task
Create a new task in Todoist with optional description, due date, and priority
Parameter Type Description content*string The content/title of the task descriptionstring Detailed description of the task (optional) due_stringstring Natural language due date like 'tomorrow', 'next Monday', 'Jan 23' (optional) prioritynumber Task priority from 1 (normal) to 4 (urgent) (optional) todoist_get_tasks
Get a list of tasks from Todoist with various filters
Parameter Type Description project_idstring Filter tasks by project ID (optional) filterstring Natural language filter like 'today', 'tomorrow', 'next week', 'priority 1', 'overdue' (optional) prioritynumber Filter by priority level (1-4) (optional) limitnumber= 10 Maximum number of tasks to return (optional) todoist_update_task
Update an existing task in Todoist by searching for it by name and then updating it
Parameter Type Description task_name*string Name/content of the task to search for and update contentstring New content/title for the task (optional) descriptionstring New description for the task (optional) due_stringstring New due date in natural language like 'tomorrow', 'next Monday' (optional) prioritynumber New priority level from 1 (normal) to 4 (urgent) (optional) todoist_delete_task
Delete a task from Todoist by searching for it by name
Parameter Type Description task_name*string Name/content of the task to search for and delete todoist_complete_task
Mark a task as complete by searching for it by name
Parameter Type Description task_name*string Name/content of the task to search for and complete
Resources
0No resources available for this server
Prompts
0No prompts available for this server