word-doc-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@word-doc-mcpCreate a document at ./test.docx with a heading and a table"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
word-doc-mcp
MCP Server for creating and reading Word (.docx) documents — with rich formatting support.
Tools
Tool | Description |
| Create |
| Read |
| Append content to existing |
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
Maintenance
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
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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