Skip to main content
Glama

DOCX MCP Server

docx-open

Load a .docx file from disk into memory for editing or processing, returning a unique ID for further actions within the DOCX MCP Server.

Instructions

Open a .docx file from disk into memory and return id.

Input Schema

NameRequiredDescriptionDefault
idNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "string" }, "path": { "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from DOCX MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lihongjie0209/docx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server