Office-Word-MCP-Server
A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents.
This server enables AI assistants to work with Word documents through a standardized interface, providing rich document editing capabilities. It implements the Model Context Protocol to expose Word document operations as tools and resources, allowing for document creation, content addition, formatting, and analysis.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"office-word-mcp-server-1": {
"args": [
"null"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.