This MCP connector allows Claude to connect to your Todoist account, giving you the ability to:
- Create, read, update, and complete tasks
- Manage projects and sections
- Add comments and labels
- Query your task data using natural language
Instead of switching between Claude and Todoist, you can manage your tasks directly in your Claude conversations.
- Visit todoistmcp.rosenpin.io
- Connect your Todoist account via OAuth authentication
- Copy your personal connector URL
- Connect to Claude:
- Go to Claude Settings → Integrations
- Add Custom Integration
- Name: "Todoist"
- URL: Your personal connector URL
This connector gives Claude access to the following Todoist tools:
get_tasks- Retrieve tasks with filtering optionscreate_task- Create new tasks with due dates, priorities, labelsupdate_task- Modify existing taskscomplete_task- Mark tasks as doneuncomplete_task- Reopen completed tasks
list_projects- Get all your projectscreate_project- Create new projectsupdate_project- Modify project settingsdelete_project- Remove projectsget_sections- List sections within projectscreate_section- Create new sections
get_comments- Retrieve comments on tasks/projectscreate_comment- Add commentsget_labels- List all labelscreate_label- Create new labels
This connector implements the Model Context Protocol specification. Each tool returns structured data that Claude can understand and act upon.
For issues or questions:
- Check existing GitHub issues
- Create a new issue with detailed information
- Include relevant error messages and steps to reproduce