Skip to content

mcp microsoft todo for Zed

io.github.mag-cie/mcp-microsoft-todo

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

client:Zed transport:stdio runtime:npm

Install mcp microsoft todo in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-microsoft-todo": {
      "command": "npx",
      "args": [
        "-y",
        "@mag-cie/mcp-microsoft-todo"
      ],
      "env": {
        "MS_CLIENT_ID": "<MS_CLIENT_ID>",
        "MS_TENANT": "<MS_TENANT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp microsoft todo in other clients