Skip to main content
Glama

DOCX MCP Server

docx-editContent

Modify specific content blocks in Word documents by index using JSON schema. Identify blocks with docx-queryObjects and understand structure via docx-getSchema for precise edits.

Instructions

Replace a block at index. Use docx-queryObjects first to see available blocks, and docx-getSchema to understand block structure.

Input Schema

NameRequiredDescriptionDefault
blockYes
idYes
indexYes

Input Schema (JSON Schema)

{ "properties": { "block": { "$ref": "docx:/$defs/Block" }, "id": { "type": "string" }, "index": { "minimum": 0, "type": "integer" } }, "required": [ "id", "index", "block" ], "type": "object" }

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