MCP server for reading Word documents (.docx) — use with GitHub Copilot CLI or VS Code
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"docx-mcp-server": {
"command": "npx",
"args": [
"-y",
"bradygaster/docx-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add docx-mcp-server npx -y bradygaster/docx-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"docx-mcp-server": {
"command": "npx",
"args": [
"-y",
"bradygaster/docx-mcp-server"
]
}
}
}