todoist-v1-mcp-server

christulino/todoist-v1-mcp-server
★ 0 stars TypeScript 🔌 API Integration Updated 1d ago
A clean, reliable MCP (Model Context Protocol) server for Todoist — built on the **Todoist unified API v1**.
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-v1-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "christulino/todoist-v1-mcp-server"
      ]
    }
  }
}

README Excerpt

A clean, reliable MCP (Model Context Protocol) server for Todoist — built on the **Todoist unified API v1**. The official Todoist web MCP (`todoist-ai`) has a known persistent disconnection bug on the Anthropic side that requires reconnecting daily. Community alternatives are either built on the deprecated REST API v2 or have schema validation bugs that cause failures when Todoist returns additional fields as their API evolves.

Tools (20)

overduetodaytodoist_complete_tasktodoist_create_commenttodoist_create_labeltodoist_create_projecttodoist_create_remindertodoist_create_sectiontodoist_create_tasktodoist_delete_commenttodoist_delete_labeltodoist_delete_projecttodoist_delete_remindertodoist_delete_sectiontodoist_delete_tasktodoist_get_commenttodoist_get_commentstodoist_get_completed_taskstodoist_get_labelstodoist_get_project

Topics

claudemcpmodel-context-protocoltodoist