# amitte/todoist-tools

> Todoist helper — list_tasks, get_task (read-only) plus mutating complete_task and create_task. Backed by the Todoist v2 REST API.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/todoist-tools

## Tags

- **Capabilities:** tasks-list, task-read, task-complete, task-create
- **Domains:** productivity, todo

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `todoist-tools` → https://mcp.amitte.com/v1/todoist-tools/sse — Remote MCP server fronting Todoist via a per-user API token. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_tasks` — Read-only. List active tasks with optional project + filter.
  - tool: `get_task` — Read-only. Fetch a single task with sub-tasks and labels.
  - tool: `complete_task` — WARNING: mutating. Mark a task as complete. Single-call cap of 30/hour per tenant.
  - tool: `create_task` — WARNING: mutating. Create a new task in a project. Same 30/hour cap.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/todoist-tools" } }`
- Install via CLI: `amitte install amitte/todoist-tools`
- HTML page: https://amitte.com/s/amitte/todoist-tools

Last updated: 2026-06-27T00:25:28.330Z