← Index

Microsoft Office

io.github.mindstone/mcp-server-office·v0.2.0·Documents & Spreadsheets
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-office": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-office"
      ],
      "env": {
        "MCP_OFFICE_SIDECAR_STATE": "<mcp_office_sidecar_state>",
        "MCP_OFFICE_SIDECAR_DISABLE": "<mcp_office_sidecar_disable>",
        "REBEL_DISABLE_OFFICE_SIDECAR": "<rebel_disable_office_sidecar>",
        "MCP_OFFICE_SIDECAR_STATE_DIR": "<mcp_office_sidecar_state_dir>",
        "MCP_OFFICE_ADDIN_DIR": "<mcp_office_addin_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-office": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-office"
      ],
      "env": {
        "MCP_OFFICE_SIDECAR_STATE": "<mcp_office_sidecar_state>",
        "MCP_OFFICE_SIDECAR_DISABLE": "<mcp_office_sidecar_disable>",
        "REBEL_DISABLE_OFFICE_SIDECAR": "<rebel_disable_office_sidecar>",
        "MCP_OFFICE_SIDECAR_STATE_DIR": "<mcp_office_sidecar_state_dir>",
        "MCP_OFFICE_ADDIN_DIR": "<mcp_office_addin_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mindstone/mcp-server-office
§02  Environment variables
MCP_OFFICE_SIDECAR_STATE
required

Absolute path to sidecar state file (host-managed; sidecar writes port + token here)

MCP_OFFICE_SIDECAR_DISABLE

Kill-switch — set to 1 to refuse to spawn or talk to the sidecar

REBEL_DISABLE_OFFICE_SIDECAR

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.

MCP_OFFICE_SIDECAR_STATE_DIR

Sidecar state directory (certs, per-app manifests). Normally derived from MCP_OFFICE_SIDECAR_STATE; hosts managing the sidecar lifecycle directly can override.

MCP_OFFICE_ADDIN_DIR

Absolute path to the built add-in static files. Defaults to the package's dist/addin/ directory.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets