todoist-mcp-lite

sjalq/todoist-mcp-lite
★ 0 stars JavaScript Security Updated today
Minimal Todoist MCP server with direct API passthrough - pure functional JS
View on GitHub → 🔍 Audit Wallet Slippage →

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-mcp-lite": {
      "command": "npx",
      "args": [
        "-y",
        "sjalq/todoist-mcp-lite"
      ]
    }
  }
}

README Excerpt

Minimal Todoist MCP server with direct API passthrough. Built with pure functional principles and minimal code. - Single tool with direct Todoist API v1 passthrough (`https://api.todoist.com/api/v1`) - Supports all HTTP methods (GET, POST, PUT, PATCH, DELETE) - CLI `--token` flag or environment variable authentication

Tools (3)

datastatustodoist_api