mcp-todoist

greirson/mcp-todoist
★ 158 stars TypeScript 🤖 AI/LLM Updated 1mo ago
MCP server that connects Claude to Todoist for natural language task and project management with bulk operations
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": {
    "mcp-todoist": {
      "command": "npx",
      "args": [
        "-y",
        "greirson/mcp-todoist"
      ]
    }
  }
}