Back to Home
sjalq icon

todoist-mcp-lite

Verified Safe

by sjalq

Overview

Enables an AI agent to directly interact with the Todoist REST API v2 for comprehensive task and project management, acting as a pure API passthrough.

Installation

Run Command
npx @sjalq/todoist-mcp-lite --token YOUR_TODOIST_TOKEN

Environment Variables

  • TODOIST_API_TOKEN

Security Notes

The server's design is minimal and adheres to functional principles, reducing attack surface. It uses standard `node-fetch` for network requests and handles API tokens via environment variables or CLI flags, preventing hardcoding. The direct API passthrough nature means it doesn't process user input for shell commands or SQL injection, relying on the robustness of the Todoist API itself. Communication is via Stdio, suitable for local execution as a child process. The only minor point is the use of `node-fetch` v2.x, which is an older major version, but its usage here for simple requests doesn't expose significant known vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-19

Tags

TodoistMCPTask ManagementAPI PassthroughAI Tool