Skip to main content
Glama

word-doc-mcp

MCP Server for creating and reading Word (.docx) documents — with rich formatting support.

Tools

Tool

Description

create_document

Create .docx with headings, rich-text paragraphs, lists, tables, dividers

read_document

Read .docx as plain text

append_document

Append content to existing .docx

Related MCP server: docx-mcp

Content Types

{ "type": "heading", "level": 1, "text": "Title" }
{ "type": "paragraph", "text": "Plain text" }
{ "type": "paragraph", "runs": [{"text":"Bold", "bold":true}, {"text":" normal"}] }
{ "type": "list", "ordered": false, "items": ["Item 1", "Item 2"] }
{ "type": "table", "headers": ["Col A", "Col B"], "rows": [["a","b"]] }
{ "type": "divider" }
{ "type": "pageBreak" }

Install

VS Code / Copilot

{
  "mcpServers": {
    "word-doc": {
      "command": "npx",
      "args": ["-y", "word-doc-mcp"]
    }
  }
}

Claude Desktop

{
  "mcpServers": {
    "word-doc": {
      "command": "npx",
      "args": ["-y", "word-doc-mcp"]
    }
  }
}

Usage

Ask the AI:

Create a weekly report at E:/docs/report.docx with my 3 completed features and next week's plan.

Or:

Read the document at E:/docs/report.docx and summarize it.

License

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/by-oneself/word-doc-mcp'

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