# TranslateSheet > TranslateSheet is a professional AI translation platform that integrates DeepL's translation engine into Google Workspace (Sheets, Docs, Slides) and AI agents via MCP (Model Context Protocol). It provides human-like translation quality with glossary support, formality control, and enterprise-grade privacy. ## Key Information - **Product Type**: Google Workspace Add-on + MCP Server for AI agents - **Translation Engine**: DeepL API (121 languages, 99% human-level accuracy) - **Target Users**: Marketing teams, localization professionals, agencies, developers - **Pricing**: Free tier available, Pro subscription for unlimited translations - **Company Location**: Hamburg, Germany (GDPR compliant) ## Core Features - **Google Workspace Integration**: Native sidebar in Sheets, Docs, Slides, and Workspace Studio - **Glossary Support**: Brand terminology consistency with custom glossaries, AI-generated glossaries from URLs, and IATE database (7.9M EU legal terms) - **Formality Control**: Formal/informal tone for supported languages (DE, FR, IT, ES, NL, PL, PT, JA, RU) - **MCP Server**: AI agents (Claude, Cursor, VS Code) can translate text and manage glossaries programmatically - **Batch Translation**: Translate entire spreadsheets, documents, or multiple files at once - **Format Preservation**: Maintains formatting, placeholders, and HTML tags during translation ## Supported Languages TranslateSheet supports **121 languages** powered by DeepL: - **40 Core Languages** (full feature support including glossaries and formality): Arabic, Bulgarian, Chinese (Simplified & Traditional), Czech, Danish, Dutch, English (British & American), Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Norwegian Bokmål, Polish, Portuguese (Brazilian & European), Romanian, Russian, Slovak, Slovenian, Spanish (European & Latin American), Swedish, Thai, Turkish, Ukrainian, Vietnamese - **81 Extended Languages** (quality-optimized model): Acehnese, Afrikaans, Albanian, Armenian, Assamese, Aymara, Azerbaijani, Basque, Belarusian, Bengali, Bhojpuri, Bosnian, Breton, Burmese, Cantonese, Catalan, Cebuano, Croatian, Dari, Esperanto, Galician, Georgian, Guarani, Gujarati, Haitian Creole, Hausa, Hindi, Icelandic, Igbo, Irish, Javanese, Kazakh, Kurdish, Kyrgyz, Latin, Lingala, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Nepali, Occitan, Oromo, Pashto, Persian, Punjabi, Quechua, Sanskrit, Serbian, Sesotho, Sicilian, Sundanese, Swahili, Tagalog, Tajik, Tamil, Tatar, Telugu, Tsonga, Tswana, Turkmen, Urdu, Uzbek, Welsh, Wolof, Xhosa, Yiddish, Zulu, and more. ## Docs - [Product Overview](https://translatesheet.com/product): Complete feature list and use cases - [Pricing Plans](https://translatesheet.com/pricing): Free, Pro, and Enterprise tiers - [MCP Server Documentation](https://translatesheet.com/mcp): Setup guide for AI agent integration - [Privacy Policy](https://translatesheet.com/privacy): GDPR compliance and data handling - [Terms of Service](https://translatesheet.com/terms): Legal terms and conditions ## MCP Server Integration - [MCP Server README](https://github.com/translatesheet/mcp-server): Full setup and API documentation ### MCP Tools Available 1. **translate_text**: Translate text to target language with optional glossary and formality 2. **list_glossaries**: Get all user glossaries with metadata 3. **get_glossary**: Get details for a specific glossary 4. **get_glossary_entries**: Retrieve term pairs from a glossary dictionary 5. **get_supported_languages**: List available source/target languages 6. **get_formality_languages**: Languages supporting formal/informal tone 7. **get_usage**: Check subscription status and translation quota ### MCP Configuration (Claude Desktop) ```json { "mcpServers": { "translatesheet": { "url": "https://mcp.translatesheet.com/mcp", "transport": "streamable-http", "auth": { "type": "oauth", "authorization_url": "https://mcp.translatesheet.com/oauth/authorize", "token_url": "https://mcp.translatesheet.com/oauth/token", "scope": "mcp:translate mcp:glossary:read" } } } } ``` ### MCP Configuration (Cursor IDE) ```json { "mcpServers": { "translatesheet": { "url": "https://mcp.translatesheet.com/mcp" } } } ``` ## Google Workspace Add-on - **Installation**: [Google Workspace Marketplace](https://workspace.google.com/marketplace/app/translatesheet/390964385363) - **Supported Apps**: Google Sheets, Google Docs, Google Slides, Workspace Studio ### Add-on Capabilities - Translate selected cells, ranges, or entire sheets - Translate documents while preserving formatting - Use glossaries for consistent brand terminology - Set formality level (formal/informal) - View translation history and usage statistics ## Example Prompts for AI Agents - "Translate 'Thank you for your purchase' to German, French, and Spanish" - "Show me my TranslateSheet glossaries" - "Translate this product description to Japanese using a formal tone" - "What languages support formality control in TranslateSheet?" - "Translate this markdown file to German using my marketing glossary" ## Contact - **Support Email**: support@translatesheet.com - **Website**: https://translatesheet.com - **LinkedIn**: https://linkedin.com/company/translatesheet - **Twitter**: https://twitter.com/translatesheet ## Optional - [About TranslateSheet](https://translatesheet.com/about): Company information and team - [Cookie Policy](https://translatesheet.com/cookie): Cookie usage details - [Imprint](https://translatesheet.com/imprint): Legal entity information (German Impressum)