Manual setup required. The maintainer's config contains paths only you know — edit the placeholders below before adding it to Claude Code.
1
Prepare the server locally
Run this once before adding it to Claude Code.
git clone https://github.com/kpanko/todoist-mcp
cd todoist-mcp
cp .env.example .env
uv sync2
Register it in Claude Code
claude mcp add -e "TODOIST_API_TOKEN=${TODOIST_API_TOKEN}" todoist-mcp -- uv --project /path/to/todoist-mcp run todoist-mcpReplace any placeholder paths in the command with the real path on your machine.
Required:
TODOIST_API_TOKENEnvironment Variables
Set these before running Todoist MCP.
VariableDescriptionRequired
TODOIST_API_TOKENTodoist API token from Settings -> IntegrationsYesAvailable Tools (14)
Once configured, Todoist MCP gives your AI agent access to:
get_taskFetch a single task by IDfind_tasksFilter tasks by Todoist query string, project, or labelfind_tasks_by_dateTasks due on or between datesget_projectsList all projectsget_sectionsList sections in a projectget_commentsGet comments on a taskget_overviewOverdue + today summary, or all tasks in a projectadd_taskCreate a task (supports due_string, priority, labels)update_taskUpdate content, description, priority, or labelscomplete_taskMark a task doneadd_projectCreate a projectadd_sectionCreate a sectionadd_commentAdd a comment to a taskreschedule_taskMove a task to a new date, safely preserving recurring patterns and remindersTry It Out
After setup, try these prompts with your AI agent:
→What are my overdue tasks and what do I have on my plate for today?
→Reschedule the 'Finish project report' task to next Monday while keeping its recurring schedule.
→Find all tasks in the 'Work' project that have the 'urgent' label.
→Add a new task 'Buy groceries' to the 'Personal' project with high priority.
→List all comments on the task with ID 123456789.
Keep this setup from going cold
Save the docs, env vars, and workflow around Todoist MCP in Conare so Claude Code, Codex, and Cursor remember it next time.