← Back to Plugins
MCP Server MCP

Microsoft Office

github By github 👁 1 views ▲ 0 votes

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-office",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to sidecar state file (host-managed; sidecar writes port + token here)",
          "isRequired": true,
          "format": "filepath",
          "name": "MCP_OFFICE_SIDECAR_STATE"
        },
        {
          "description": "Kill-switch — set to 1 to refuse to spawn or talk to the sidecar",
          "format": "string",
          "name": "MCP_OFFICE_SIDECAR_DISABLE"
        },
        {
          "description": "DEPRECATED legacy alias for MCP_OFFICE_SIDECAR_DISABLE — still honored for backward compatibility with v0.1.1 operator-set kill-switches; will be removed in a future major version. Use MCP_OFFICE_SIDECAR_DISABLE instead.",
          "format": "string",
          "name": "REBEL_DISABLE_OFFICE_SIDECAR"
        },
        {
          "description": "Sidecar state directory (certs, per-app manifests). Normally derived from MCP_OFFICE_SIDECAR_STATE; hosts managing the sidecar lifecycle directly can override.",
          "format": "filepath",
          "name": "MCP_OFFICE_SIDECAR_STATE_DIR"
        },
        {
          "description": "Absolute path to the built add-in static files. Defaults to the package's dist/addin/ directory.",
          "format": "filepath",
          "name": "MCP_OFFICE_ADDIN_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...