Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@mindstone/mcp-server-office · npm · 0.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mindstone/mcp-server-office",
"description": "Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files",
"title": "Microsoft Office",
"repository": {
"url": "https://github.com/mindstone/mcp-servers",
"source": "github",
"subfolder": "connectors/office"
},
"version": "0.3.0",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.mindstone.rebel": {
"catalogId": "bundled-office",
"platforms": [
"darwin",
"win32"
],
"provider": "rebel-oss"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-08T02:02:33.618059Z",
"publishedAt": "2026-08-08T02:02:33.618059Z",
"updatedAt": "2026-08-08T02:02:33.618059Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.