MCP Directory
Back

todoist-mcp-server

by abhiz123 · JavaScript · ★ 392

MCP server for Todoist integration enabling natural language task management with Claude

Install

npx -y github:abhiz123/todoist-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "todoist-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:abhiz123/todoist-mcp-server"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@abhiz123/todoist-mcp-server) An MCP (Model Context Protocol) server implementation that integrates Claude with Todoist, enabling natural language task management. This server allows Claude to interact with your Todoist tasks using everyday language. * **Natural Language Task Management**: Create, update, complete, and delete tasks using everyday language * **Smart Task Search**: Find tasks using partial name matches * **Flexible Filtering**: Filter tasks by due date, priority, and other attributes * **Rich Task Details**: Support for descriptions, due dates…
Read full README on GitHub →

Related productivity servers