Best for
- Users who need AI assistants to directly operate Todoist tasks.
- Developers who want seamless task management in AI tools like Claude, Cursor, VS Code.
- Developers who want to build custom AI workflows with reusable tools.
The Todoist MCP server is officially maintained and offers reliable task management integration. Its design emphasizes reusability and complete workflows rather than isolated atomic actions. It supports multiple popular clients and is easy to install and configure. Suitable for individuals and developers, but attention should be paid to permissions and data security.
An official MCP server by Doist that allows AI agents to access and modify a Todoist account on behalf of the user. Provides a set of reusable tools that can be used via MCP or integrated directly into custom AI conversational interfaces.
npx @doist/todoist-mcphttps://ai.todoist.net/mcp and complete OAuth authentication.~/.cursor/mcp.json or project-specific .cursor/mcp.json (see install_config)./plugin marketplace add doist/todoist-mcp and /plugin install todoist@doist, or manually run claude mcp add --transport http todoist https://ai.todoist.net/mcp.npx -y mcp-remote https://ai.todoist.net/mcp.{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai.todoist.net/mcp"
]
}
}
}