Todoist
📋 Productivity
Create, manage, and organize tasks and projects in Todoist. Natural language task management with labels, priorities, and due dates.
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"@abhiz123/todoist-mcp-server"
],
"env": {
"TODOIST_API_TOKEN": "your-todoist-api-token-here"
}
}
}
}