Johnxjp/todoist-mcp-python
If you are the rightful owner of todoist-mcp-python 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.
A Model Context Protocol (MCP) server that allows clients like Claude to interact with Todoist, enabling task management capabilities through natural language.
Tools
Functions exposed to the LLM to take actions
create_task
Create a new task in Todoist with required and optional attributes.
get_tasks
Retrieve a list of tasks and IDs from Todoist with various filters.
update_task
Update an existing task by searching for it by name.
delete_task
Delete a task by searching for it by name.
complete_task
Mark a task as complete by searching for it by name.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client