Back to Apps

Todoist MCP Helper
by littlepeter52012
Comprehensive Todoist integration with 27 tools to manage tasks, projects, and labels via AI.
0 stars
Works in:Gemini CLICursor
Exposes:Tools
What it does
Todoist MCP Helper connects AI agents to your Todoist account, enabling a high degree of automation for task management. It goes beyond simple CRUD by offering fuzzy search by name, project overviews, and section organization.
Tools
get_tasks&create_task: Standard task management with priority and due dates.move_task: Relocate tasks across projects and sections.search_task_by_name: Find and operate on tasks using fuzzy matching.list_projects&get_project_overview: Manage high-level project structures.list_labels&create_label: Organize tasks with custom tagging.set_api_token: Update account credentials at runtime.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"todoist": {
"command": "uvx",
"args": ["todoist-mcp-helper"],
"env": {
"TODOIST_API_TOKEN": "your_token"
}
}
}
}
Supported hosts
- Claude Desktop
- Gemini CLI
- Cursor
Quick install
uvx todoist-mcp-helperInformation
- Pricing
- free
- Published
- 4/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{"mcpServers": {"todoist": {"command": "uvx", "args": ["todoist-mcp-helper"], "env": {"TODOIST_API_TOKEN": "your_token"}}}}Gemini CLI
{"mcpServers": {"todoist": {"command": "uvx", "args": ["todoist-mcp-helper"], "env": {"TODOIST_API_TOKEN": "your_token"}}}}Claude Desktop
{"mcpServers": {"todoist": {"command": "uvx", "args": ["todoist-mcp-helper"], "env": {"TODOIST_API_TOKEN": "your_token"}}}}





