← Back to Plugins
MCP Server MCP

Outlook Mailbox Tidier

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/ma2no4413/outlook-mcp:0.2.7

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ma2no4413/outlook-mcp:0.2.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Application (client) ID from the Azure app registration. See docs/AZURE.en.md for how to obtain one.",
          "isRequired": true,
          "name": "OUTLOOK_CLIENT_ID"
        },
        {
          "description": "Path to the token cache file. In Docker, point this at a mounted volume so the sign-in survives restarts. The file is the key to the mailbox; never bake it into an image.",
          "isSecret": true,
          "name": "OUTLOOK_TOKEN_CACHE"
        },
        {
          "description": "common for personal and work/school accounts, consumers for personal Microsoft accounts only. Defaults to common.",
          "name": "OUTLOOK_TENANT"
        },
        {
          "description": "Set to true to disable every write tool at once, leaving only search and read.",
          "name": "OUTLOOK_READONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...