Todoist
Capture and organize personal and team tasks with natural-language dates.
Auth: OAuth 2.0Catalog preview
Tools
What your agent can do with Todoist
TODOIST_SEARCHSearch across Todoist records and content.
TODOIST_CREATECreate a new item in Todoist with validated fields.
TODOIST_UPDATEUpdate an existing Todoist item by id.
TODOIST_LISTList and filter Todoist items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Todoist from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "TODOIST_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'