
Todoist AI
Interface UIpar doist
Connect AI agents to Todoist — manage tasks, projects, and labels via MCP tools with inline widgets.
What it does
Todoist AI renders interactive task-management widgets inside AI chat interfaces. Instead of reading plain-text task lists, you get a rich visual UI where you can view, create, and organize Todoist tasks directly from your conversation.
Key features
- Interactive task widgets — MCP App widgets render task lists visually inside Claude, Cursor, and other supported hosts
- Full Todoist integration — Create, complete, update, and delete tasks, projects, and labels on behalf of the user
- Workflow-oriented tools — Designed for complete workflows (e.g., "plan my week"), not just atomic CRUD actions
- OpenAI MCP compatibility — Includes
searchandfetchtools that follow the OpenAI MCP specification for seamless ChatGPT integration - Dual transport — Ships both stdio and streamable HTTP servers; hosted at
https://ai.todoist.net/mcpwith OAuth
Installation
Claude Desktop: Open Settings → Connectors → Add custom connector, then enter:
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://ai.todoist.net/mcp"]
}
}
}
Cursor: Add to ~/.cursor/mcp.json or .cursor/mcp.json:
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://ai.todoist.net/mcp"]
}
}
}
VS Code Copilot: Open Command Palette → MCP: Add Server, select HTTP:
{
"servers": {
"todoist": {
"type": "http",
"url": "https://ai.todoist.net/mcp"
}
}
}
Supported hosts
Claude Desktop, Claude Code (CLI), Cursor, VS Code Copilot, and any MCP client via npx -y mcp-remote https://ai.todoist.net/mcp.
Installation rapide
npx @doist/todoist-aiInformations
- Tarification
- free







