Skip to content
Cursor

mcp microsoft todo for Cursor

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:Cursor transport:stdio runtime:npm

Install mcp microsoft todo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp microsoft todo in other clients