Skip to content
Grok

Outlook Mailbox Tidier for Grok

io.github.ma2no4413/outlook-mcp

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

client:Grok transport:stdio runtime:oci

Install Outlook Mailbox Tidier in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Outlook Mailbox Tidier in other clients