Todoist task management — create, update, complete, and organize tasks and projects
TODOIST_API_TOKENnpx @getmcp/cli add todoistConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"@abhiz123/todoist-mcp-server"
],
"env": {
"TODOIST_API_TOKEN": ""
}
}
}
}