rosenpin/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 henry@mcphub.com.
The Todoist MCP Connector integrates Todoist with Claude, allowing task management through natural language using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
get_tasks
Retrieve tasks with filtering options
create_task
Create new tasks with due dates, priorities, labels
update_task
Modify existing tasks
complete_task
Mark tasks as done
uncomplete_task
Reopen completed tasks
list_projects
Get all your projects
create_project
Create new projects
update_project
Modify project settings
delete_project
Remove projects
get_sections
List sections within projects
create_section
Create new sections
get_comments
Retrieve comments on tasks/projects
create_comment
Add comments
get_labels
List all labels
create_label
Create new labels
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client