A set of tools to connect to AI agents, to allow them to use Todoist on a user's behalf. Includes MCP support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"todoist-mcp": {
"command": "npx",
"args": [
"-y",
"Doist/todoist-mcp"
]
}
}
}
Run in terminal:
claude mcp add todoist-mcp npx -y Doist/todoist-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"todoist-mcp": {
"command": "npx",
"args": [
"-y",
"Doist/todoist-mcp"
]
}
}
}