productivity
Todoist MCP
47
Community
Manage your Todoist tasks, projects, and labels. Create, complete, and organize tasks from your AI editor.
3001.8k/wk4.1K tokens(2%)6mo ago
Network
todoisttasksproductivityproject-management
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"todoist-mcp": {
"command": "npx",
"args": [
"-y",
"todoist-mcp"
],
"env": {
"TODOIST_API_TOKEN": "YOUR_TODOIST_API_TOKEN"
}
}
}
}