Skip to content
Cursor

Outlook Mailbox Tidier for Cursor

io.github.ma2no4413/outlook-mcp

Tidy a large Outlook / Hotmail mailbox. Folder subtree moves, bulk ops with dry run, never sends.

client:Cursor transport:stdio runtime:oci

Install Outlook Mailbox Tidier 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": {
    "outlook-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ma2no4413/outlook-mcp:0.2.7"
      ],
      "env": {
        "OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
        "OUTLOOK_TOKEN_CACHE": "<OUTLOOK_TOKEN_CACHE>",
        "OUTLOOK_TENANT": "<OUTLOOK_TENANT>",
        "OUTLOOK_READONLY": "<OUTLOOK_READONLY>"
      }
    }
  }
}

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

Outlook Mailbox Tidier in other clients