mcpbeat Sign in

MCP Microsoft Todo MCP Server

local only

MCP Microsoft Todo runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm. Last commit 11 May 2026.

MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed.

Installs per day peak 38 · avg 19 · +94% w/w
a month agotoday
128
Installs / week
npm · @mag-cie/mcp-microsoft-todo
12
Stars
1 open issues
11 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Microsoft Todo 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 mcp-microsoft-todo -- npx -y @mag-cie/mcp-microsoft-todo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-microsoft-todo": {
      "args": [
        "-y",
        "@mag-cie/mcp-microsoft-todo"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-microsoft-todo]
command = "npx"
args = ["-y", "@mag-cie/mcp-microsoft-todo"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-microsoft-todo": {
      "args": [
        "-y",
        "@mag-cie/mcp-microsoft-todo"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-microsoft-todo": {
      "args": [
        "-y",
        "@mag-cie/mcp-microsoft-todo"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MS_CLIENT_ID (Application (client) ID from your Azure AD App Registration. See the README for setup instructions.), MS_TENANT (Microsoft tenant: 'common' (personal + work), 'consumers' (personal only), 'organizations' (work only), or your specific tenant ID.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Microsoft Todo

same job, measured the same way
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Ms Graph MCP
by nitin27may

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

171 installs/wk local only
Microsoft Learn MCP
by microsoft

Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.

3 tools answering
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Ms Sharepoint MCP
by 0xka13b

Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.

52 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Linggen - Local RAG
by linggen

Local, privacy-focused RAG service for code search via MCP. https://linggen.dev

local only

MCP Microsoft Todo — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Microsoft Todo?
MCP Microsoft Todo 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 @mag-cie/mcp-microsoft-todo was installed 128 times last week.
How do I connect MCP Microsoft Todo?
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 @mag-cie/mcp-microsoft-todo straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Microsoft Todo?
The npm package @mag-cie/mcp-microsoft-todo was installed 128 times in the last week. Week over week that is +94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Microsoft Todo open source?
Yes — it is published under the MIT licence, written in TypeScript, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.