HomeOther › mcp-microsoft-todo

mcp-microsoft-todo

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

TypeScript Local macOSWindowsLinux
★ 12 stars Last pushed 2026-05-11 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.2)

npx -y @mag-cie/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-microsoft-todo": {
      "command": "npx",
      "args": [
        "-y",
        "@mag-cie/[email protected]"
      ],
      "env": {
        "MS_CLIENT_ID": "<YOUR_VALUE>",
        "MS_TENANT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MS_CLIENT_ID required — 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.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry