Microsoft Office
About
Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MCP_OFFICE_SIDECAR_STATE MCP_OFFICE_SIDECAR_DISABLE REBEL_DISABLE_OFFICE_SIDECAR MCP_OFFICE_SIDECAR_STATE_DIR MCP_OFFICE_ADDIN_DIRClaude Code
claude mcp add --env MCP_OFFICE_SIDECAR_STATE= --env MCP_OFFICE_SIDECAR_DISABLE= --env REBEL_DISABLE_OFFICE_SIDECAR= --env MCP_OFFICE_SIDECAR_STATE_DIR= --env MCP_OFFICE_ADDIN_DIR= mcp-server-office -- npx @mindstone/mcp-server-office
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-office","command":"npx","args":["@mindstone/mcp-server-office"],"env":{"MCP_OFFICE_SIDECAR_STATE":"","MCP_OFFICE_SIDECAR_DISABLE":"","REBEL_DISABLE_OFFICE_SIDECAR":"","MCP_OFFICE_SIDECAR_STATE_DIR":"","MCP_OFFICE_ADDIN_DIR":""}}'
JSON
{
"mcpServers": {
"mcp-server-office": {
"command": "npx",
"args": [
"@mindstone/mcp-server-office"
],
"env": {
"MCP_OFFICE_SIDECAR_STATE": "",
"MCP_OFFICE_SIDECAR_DISABLE": "",
"REBEL_DISABLE_OFFICE_SIDECAR": "",
"MCP_OFFICE_SIDECAR_STATE_DIR": "",
"MCP_OFFICE_ADDIN_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.