Overview of @doist/todoist-mcp
mainThe @doist/todoist-mcp package is an MCP (Model Context Protocol) server that exposes Todoist functionality as tools for Large Language Models (LLMs). It acts as a bridge between AI agents and the Todoist API by wrapping the @doist/todoist-sdk.
It provides two primary binaries:
todoist-mcp: A standard input/output (stdio) MCP server, which is the primary way to use the project.todoist-mcp-http: An Express-based HTTP wrapper for the MCP server.
Technical Requirements:
- Node.js >= 24
- npm >= 11
- ESM-only
- Uses
zodv4 for schema validation and MCP SDK ≥ 1.25.