Word
FreeNot checkedEnables reading, creating, and appending content to Microsoft Word (.docx) files through natural language commands.
About
Enables reading, creating, and appending content to Microsoft Word (.docx) files through natural language commands.
README
Minimal MCP server for Microsoft Word document operations using python-docx.
Features
- read_word_document: Read text from .docx files
- create_word_document: Create new Word documents
- append_to_document: Add content to existing documents
Installation
cd ~/word-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
chmod +x server.py
Configuration
Add to ~/.kiro/settings/mcp.json:
{
"mcpServers": {
"word-mcp": {
"command": "~/word-mcp-server/venv/bin/python",
"args": ["~/word-mcp-server/server.py"]
}
}
}
Note: The ~ will automatically expand to your home directory, making this configuration work for any user.
Usage Examples
Read a document:
Read the Word document at ~/Documents/report.docx
Create a document:
Create a Word document at ~/Documents/memo.docx with the content "Meeting Notes\n\nDiscussed Q1 goals"
Append to a document:
Append "Action Items:\n- Review budget" to ~/Documents/memo.docx
Install Word in Claude Desktop, Claude Code & Cursor
unyly install word-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add word-mcp -- uvx word-mcp-serverFAQ
Is Word MCP free?
Yes, Word MCP is free — one-click install via Unyly at no cost.
Does Word need an API key?
No, Word runs without API keys or environment variables.
Is Word hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Word in Claude Desktop, Claude Code or Cursor?
Open Word on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Word with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
