mcp-server_word-translator
Provides translation of DOCX documents via Google Translate API while preserving original formatting, structure, tables, images, and lists, with support for large documents and quality validation.
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., "@mcp-server_word-translatorTranslate this DOCX to German and preserve the original formatting."
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.
MCP DOCX Translator
MCP server for translating DOCX documents via Google Translate API with full preservation of the original markup and structure.
Features
✅ Full preservation of formatting (styles, tables, images, lists)
✅ Direct XML processing without conversion to intermediate formats
✅ Structural validation of the source and translated document
✅ Request optimization through batching and caching
✅ Large document handling via streaming
✅ Detailed logging and reporting
Related MCP server: gdocs-mcp-server
Installation
npm install
npm run buildConfiguration
Create a .env file:
GOOGLE_API_KEY=your_api_key_hereUsage
npm startMCP Tools
translate_docx- translate a DOCX documentvalidate_translation- validate an existing translationget_translation_status- status of the current operation
Architecture
The project consists of 7 independent modules:
DocxParser - extraction and parsing of XML from DOCX
TranslationService - integration with Google Translate API
StructureValidator - document structure validation
DocumentReconstructor - document reconstruction with translations
QualityChecker - translation quality checking
FileManager - file management and logging
MCP Server Core - orchestration and tool registration
See CLAUDE.md for details
Development
npm run dev # watch mode
npm test # тесты
npm run lint # линтингLicense
MIT
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.
Related MCP Connectors
Accurate, brand-controlled translation for text, code, images, and documents with terminology.
Real .docx and .xlsx files from structured data, with automatic Hebrew/Arabic RTL.
Deterministic DOCX/PPTX/XLSX/PDF parser: track changes, comments, headers, footers, merged cells.
PDF and document extraction via Google Document AI. Free trial available.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables creation, editing, and management of Word documents through JSON schema with support for rich content including text formatting, tables, images, code blocks, and lists. Provides comprehensive DOCX operations including opening existing documents, modifying content, and saving files to disk.12291MIT
- FlicenseNot gradedqualityCmaintenanceEnables reading, editing, and rewriting Google Docs documents with tools that support full content replacement, appending, heading-based insertion, and style-preserving rewrites.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to generate, edit, validate, and render Word documents programmatically via MCP, ensuring correct OOXML structure and style.3MIT
- AlicenseCqualityCmaintenanceEnables programmatic processing of DOCX/OOXML files through MCP, covering text, tables, images, headers/footers, structured data tags, comments, and track changes.2972MIT