Word MCP Server
Allows GitHub Copilot agents to directly control Microsoft Word with 80 tools for creating, editing, formatting documents, tables, charts, images, bookmarks, headers, footers, and comments.
Allows OpenAI agents (e.g., ChatGPT Desktop) to directly control Microsoft Word with 80 tools for creating, editing, formatting documents, tables, charts, images, bookmarks, headers, footers, and comments.
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 MCP Servercreate a new document titled 'Meeting Notes'"
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 MCP Server
What it is
Let your AI agent directly control Microsoft Word. 80 tools covering the full workflow — create, edit, format, tables, charts, images, bookmarks, headers, footers, comments. Word runs as a visible window. Every change appears instantly. Ctrl+Z works end-to-end.
Requires a valid Microsoft Word license. Does not include, crack, or distribute Office software.
Related MCP server: mcp-word-processor
What it can do
Scenario | Description |
Reports | Agent pulls data, writes, formats, and saves in one flow |
Contracts | Fill templates with variables, generate formal documents, export PDF |
Papers | Structured writing, insert tables and charts, format citations |
CI testing | Auto-create Word docs in pipelines for verification |
What it works with
Ecosystem | Agents |
Claude | Claude Desktop, Claude Code |
OpenAI | ChatGPT Desktop |
IDE | Cursor, VS Code / GitHub Copilot, Trae |
AI Terminal | OpenCode |
More | Any stdio MCP client |
Why you need it
80 tools — text, tables, charts, images, headers, footers, comments, bookmarks — precise control over every detail
Streaming Markdown —
start → block → endin 3 steps. Instant preview. Auto style inheritance.Auto cursor management — header/footer/table/marker operations reset cursor automatically. No manual position juggling needed.
Ctrl+Z friendly — COM API native operations. Agent messes up? Just undo.
Security built-in — path sanitization, macros disabled, Zod validation, rate limiting, audit logging
⚡ Quick Start
git clone https://github.com/HelloWorld-Open/word-mcp-server.git
cd word-mcp-server
npm install && npm run buildRequires MSVC Build Tools for the winax native addon. If it fails, install VS 2022 Build Tools ("Desktop development with C++" workload).
Add to your MCP client config:
{
"mcpServers": {
"word": {
"command": "node",
"args": ["path\\to\\word-mcp-server\\build\\parent.js"]
}
}
}Then tell your agent: "Write a weekly report in Word."
📖 More
TOOLS.md — 80-tool quick reference
CONTEXT.md — architecture & design
.env.example — configuration
This server cannot be installed
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/HelloWorld-Open/word-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server