vcentea/docx_mcp_server
If you are the rightful owner of docx_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The DOCX MCP Server is a lightweight Python server designed to facilitate the manipulation of Microsoft Word documents using a structured JSON format.
Tools
Functions exposed to the LLM to take actions
get_document_as_json
Convert a .docx file into structured JSON with a textProperties registry and element IDs.
get_document_text_properties
Extract only the text formatting registry.
delete_elements
Delete one or more elements by ID.
add_elements
Insert one or more new elements with optional formatting.
edit_element_content
Edit content or properties of a single element by ID.
edit_document
Apply deletions, edits, and additions atomically in one call.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client