mcpbeat Sign in

Todoist MCP Server

local only

Todoist MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 4 Jan 2026.

MCP server for Todoist task management integration

Installs per day peak 8 · avg 4 · +8% w/w
a month agotoday
23
Installs / week
npm · @ecfaria/todoist-mcp-server
0
Stars
0 open issues
4 Jan 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Todoist MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add todoist-mcp -- npx -y @ecfaria/todoist-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "todoist-mcp": {
      "args": [
        "-y",
        "@ecfaria/todoist-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.todoist-mcp]
command = "npx"
args = ["-y", "@ecfaria/todoist-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "todoist-mcp": {
      "args": [
        "-y",
        "@ecfaria/todoist-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "todoist-mcp": {
      "args": [
        "-y",
        "@ecfaria/todoist-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Todoist MCP

same job, measured the same way
Dida365
by evalor

MCP Server for Dida365 (TickTick) Task Management Integration

33 installs/wk local only
Fizzy
by davegomez

MCP server for Fizzy task management

39 installs/wk local only
Tableau
by asklokesh

MCP server for Tableau API integration

51 installs/wk local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only
Xero
by asklokesh

MCP server for Xero API integration

44 installs/wk local only
Mailchimp
by asklokesh

MCP server for Mailchimp API integration

63 installs/wk local only
Monday Com
by monday

MCP server for monday.com integration.

answering

Todoist MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Todoist MCP?
Todoist MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ecfaria/todoist-mcp-server was installed 23 times last week.
How do I connect Todoist MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ecfaria/todoist-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Todoist MCP?
The npm package @ecfaria/todoist-mcp-server was installed 23 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Todoist MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.