Todoist
CommunitybyCommunity
Natural language task management with Todoist's API.
API Key Required
Configuration
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-todoist"
],
"env": {
"TODOIST_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.