# Does Todoist have an MCP server?

**Yes — Official.** Todoist maintains an official MCP server.

## Facts

- Verdict: Official (Yes)
- Access: Remote server — Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
- Endpoint: `https://ai.todoist.net/mcp`
- Repository: [Doist/todoist-mcp](https://github.com/Doist/todoist-mcp) — ★ 536, last push 2026-08-11, MIT
- Maintainer: Todoist Inc
- Language: TypeScript
- Category: [Workplace & Productivity](https://mcpyet.com/category/workplace-productivity/)
- Verified against vendor docs: 2026-08-10
- GitHub data refreshed: 2026-08-11 (re-checked every 6 hours)

## What it does

> A set of tools to connect to AI agents, to allow them to use Todoist on a user's behalf. Includes MCP support.
> — how [Doist/todoist-mcp](https://github.com/Doist/todoist-mcp) describes itself

## The receipts

- **Vendor-hosted (remote):** `https://ai.todoist.net/mcp` — a remote server run by Todoist itself, nothing to install. Documented at <https://github.com/Doist/todoist-mcp>.
- **Official repository:** [Doist/todoist-mcp](https://github.com/Doist/todoist-mcp) — ★ 536, pushed 2026-08-11, MIT (active)
- **Community alternative:** [abhiz123/todoist-mcp-server](https://github.com/abhiz123/todoist-mcp-server) — ★ 391, pushed 2025-04-20. MCP server for Todoist integration enabling natural language task management with Claude

## How to connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

### Claude Code

```sh
claude mcp add --transport http todoist https://ai.todoist.net/mcp
```

Add `--scope user` to make it available in every project.

### Claude Desktop

1. Open **Settings → Connectors**
2. Click **Add custom connector**
3. Paste `https://ai.todoist.net/mcp`
4. Finish the sign-in prompt, then enable it in the chat's tools menu

### Cursor

Add to `.cursor/mcp.json` in your project, or `~/.cursor/mcp.json` for every project:

```json
{
  "mcpServers": {
    "todoist": {
      "url": "https://ai.todoist.net/mcp"
    }
  }
}
```

### VS Code

Add to `.vscode/mcp.json`, then pick the server from Copilot's agent-mode tools menu:

```json
{
  "servers": {
    "todoist": {
      "type": "http",
      "url": "https://ai.todoist.net/mcp"
    }
  }
}
```

### ChatGPT

1. Enable **Developer mode** under Settings → Apps & Connectors → Advanced
2. Choose **Create** and paste `https://ai.todoist.net/mcp`
3. Complete sign-in, then enable the connector in a new chat

## How we know

Doist maintains the official Doist/todoist-mcp repo and hosts a streamable-HTTP server at ai.todoist.net/mcp with OAuth.

- GitHub data refreshed 2026-08-11, then every 6 hours.
- Vendor docs verified on 2026-08-10.
- Corrections: hello@mcpyet.com.

## Also in Workplace & Productivity

- [Atlassian](https://mcpyet.com/mcp/atlassian.md) — Official (Yes)
- [Google Drive](https://mcpyet.com/mcp/google-drive.md) — Official (Yes)
- [Confluence](https://mcpyet.com/mcp/confluence.md) — Official (Yes)
- [ServiceNow](https://mcpyet.com/mcp/servicenow.md) — Official (Yes)
- [Excalidraw](https://mcpyet.com/mcp/excalidraw.md) — Official (Yes)
- [Google Sheets](https://mcpyet.com/mcp/google-sheets.md) — Official (Yes)

---

Source: https://mcpyet.com/mcp/todoist/ — data refreshed 2026-08-11
