Back to Apps

MCP Todoist
by kentaroh7777
Integrate Todoist tasks and projects directly into your AI workflow for seamless task management.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects your AI assistant to the Todoist REST API, allowing the AI to manage your tasks and projects in real-time. This enables the AI to fetch your to-do list, create new tasks based on conversation context, update priorities, and organize projects without leaving the chat interface.
Tools
todoist_get_tasks: Retrieve a list of tasks with optional filters for projects.todoist_create_task: Create new tasks with specified content, priority, and due dates.todoist_update_task: Modify existing task details, descriptions, or priorities.todoist_close_task: Mark a task as completed.todoist_get_projects: List all available Todoist projects.todoist_create_project: Create a new project container.todoist_update_project: Rename or modify project settings.todoist_delete_project: Remove a project from your account.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-todoist": {
"command": "npx",
"args": ["-y", "tsx", "/path/to/mcp-todoist/script/run-mcp-server.ts"],
"env": {
"TODOIST_API_TOKEN": "your-api-token-here"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx tsx script/run-mcp-server.tsInformation
- Pricing
- free
- Published
- 6/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.json: {"mcp-todoist": {"command": "tsx", "args": ["/path/to/mcp-todoist/script/run-mcp-server.ts"], "env": {"TODOIST_API_TOKEN": "your-api-token"}}}Claude Desktop
{
"mcpServers": {
"mcp-todoist": {
"command": "npx",
"args": ["-y", "tsx", "/path/to/mcp-todoist/script/run-mcp-server.ts"],
"env": {
"TODOIST_API_TOKEN": "your-api-token-here"
}
}
}
}





