Microsoft Todo MCP Server

MCP server to drive Microsoft To Do from Claude Code, Claude Desktop, or any MCP-compatible client. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-11 · ★ 9 · #93 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Microsoft Todo

before you install - you'll need

Set MS_TENANT, MCP_LOCALE, MS_CLIENT_ID before connecting.

Claude Code

claude mcp add mag-cie-mcp-microsoft-todo -- npx -y @mag-cie/mcp-microsoft-todo

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mag-cie-mcp-microsoft-todo": {
      "command": "npx",
      "args": [
        "-y",
        "@mag-cie/mcp-microsoft-todo"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @mag-cie/mcp-microsoft-todo - published under the repo owner's npm scope (@mag-cie)

registry namespace io.github.MAG-Cie is GitHub-verified and matches the repo owner

03 · What Microsoft Todo can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.2 · 2026-05-05

Fixed · reported by the MCP server was lagging behind (showed while npm published ). Now correctly reports . · Added (repo infra, not shipped in the npm tarball) · Dockerfile + for Glama MCP server indexing (Glama…

04 · Who maintains Microsoft Todo

mcp-microsoft-todo is maintained by mag-cie. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
productivity - ranked #93 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.MAG-Cie/mcp-microsoft-todo (active, first published 2026-05-05 · 2 versions)
packages
npm:@mag-cie/mcp-microsoft-todo

06 · Microsoft Todo FAQ

What is Microsoft Todo?

MCP server to drive Microsoft To Do from Claude Code, Claude Desktop, or any MCP-compatible client. It runs locally over stdio via the published package.

Is Microsoft Todo still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-11. We re-verify nightly.

How do I install Microsoft Todo?

Run `npx -y @mag-cie/mcp-microsoft-todo`. The README documents 3 environment variables (MS_TENANT, MCP_LOCALE, MS_CLIENT_ID) to set first. Set MS_TENANT, MCP_LOCALE, MS_CLIENT_ID before connecting. You can also paste the ready-made client config above.

Does Microsoft Todo run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Microsoft Todo

More productivity MCP servers · fish-bridge - Session Knowledge Graph · Google MCP · Astrea (Aurum) · Workflowy

More TypeScript MCP servers · Magpie MCP · Maguyva · Marmo UI · Mailtrap · Einvoice · see all