Shockedrope/todoist-mcp-server
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 dayong@mcphub.com.
A comprehensive Model Context Protocol (MCP) server for Todoist that enables AI assistants to manage tasks, projects, labels, sections, and comments through natural conversation.
Tools
Functions exposed to the LLM to take actions
todoist_list_projects
List all projects with hierarchy and metadata
todoist_create_project
Create a new project
todoist_update_project
Update project properties
todoist_list_tasks
List tasks with optional filters
todoist_create_task
Create a task with full control
todoist_quick_add_task
Add task using natural language
todoist_update_task
Update task properties
todoist_complete_task
Mark task as complete
todoist_list_sections
List project sections
todoist_create_section
Create a new section
todoist_list_labels
List personal labels
todoist_create_label
Create a new label
todoist_get_comments
Get comments for task/project
todoist_add_comment
Add a comment
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client