todoist-mcp

Doist/todoist-mcp
★ 479 stars TypeScript 🤖 AI/LLM Updated 6d ago
A set of tools to connect to AI agents, to allow them to use Todoist on a user's behalf. Includes MCP support.
View on GitHub →

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"
      ]
    }
  }
}