danajerban/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.
The Todoist MCP Server is a comprehensive Model Context Protocol server that integrates Claude with Todoist, enabling natural language management of tasks, projects, and sections.
Tools
Functions exposed to the LLM to take actions
todoist_create_task
Create new tasks with comprehensive attributes.
todoist_get_tasks
Retrieve and filter tasks with advanced options.
todoist_update_task
Update existing tasks using partial name search.
todoist_complete_task
Mark tasks as complete using natural language search.
todoist_delete_task
Remove tasks using natural language search.
todoist_get_projects
Retrieve all projects with details.
todoist_create_project
Create new projects with optional attributes.
todoist_update_project
Update existing projects using partial name search.
todoist_delete_project
Delete projects using partial name search.
todoist_get_sections
Retrieve sections from a specific project.
todoist_create_section
Create new sections within projects.
todoist_update_section
Update existing sections using partial name search.
todoist_delete_section
Delete sections using partial name search.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client