todoist-mcp-server

abhiz123/todoist-mcp-server
★ 381 stars JavaScript 🔌 API Integration Updated 1mo ago
MCP server for Todoist integration enabling natural language task management with Claude
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "abhiz123/todoist-mcp-server"
      ]
    }
  }
}