word-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-mcpRead the document at ~/Documents/report.docx"
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
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.pyConfiguration
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.docxCreate 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.docxThis server cannot be installed
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/swadegeiger1/word-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server