About
Overview
The Todoist MCP Server enables AI agents to manage tasks and projects in Todoist. It provides tools for creating and completing tasks, managing projects and sections, setting due dates and priorities, and working with labels and filters.
Capabilities
Tools & Capabilities
⚡list_tasks
List tasks with optional filtering
⚡create_task
Create a new task
⚡complete_task
Mark a task as complete
⚡update_task
Update task properties
⚡list_projects
List all projects
⚡create_project
Create a new project
Setup
Installation
bash
Install
npx -y todoist-mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": ["-y", "todoist-mcp-server"],
"env": {
"TODOIST_API_TOKEN": "your-api-token"
}
}
}
}Quick Info
Authorabhiz123
LanguageTypeScript
StatusStable
Stars★ 95
Last UpdatedFeb 12, 2026