Loading MCP server directory, please wait...
Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files
npx @getmcp/cli add io.github.mindstone/mcp-server-officeRequires Node.js 18+. Community-contributed server. Review source before installing.
MCP_OFFICE_SIDECAR_STATEAbsolute path to sidecar state file (host-managed; sidecar writes port + token here)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-office": {
"command": "npx",
"args": [
"-y",
"@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": ""
}
}
}
}