All integrations
Todoist
Create, search and complete tasks and projects in Todoist.
Productivity
How an agent reaches it
- MCP
Official MCP server. The agent lists its tools and calls them.
- REST API
Always available. The agent calls the API directly with your credential attached.
- CLI
No official command-line tool.
How you authenticate
- OAuth
- API key
How agents reach it
- Base URL
- https://api.todoist.com/rest/v2
- Pagination
- none
- MCP server
- https://ai.todoist.net/mcp
Common endpoints
| list projects | GET /projects |
| list active tasks | GET /tasks |
| create a task | POST /tasks |
| complete a task | POST /tasks/{id}/close |
Worth knowing
- The REST v2 API and the Sync API are different surfaces; batch operations only exist on Sync.
- Due dates accept natural language in `due_string`, which is usually easier than building `due_date`.