MCP server for Lara Translate with translation, language detection, translation memories, and glossary management.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Lara MCP.
translateTranslate text between languages with support for context, instructions, translation memories, glossaries, and multiple styles (faithful/fluid/creative)
detect_languageDetect the language of a given text or array of texts
list_languagesList all supported language codes
list_memoriesList all translation memories in your account
create_memoryCreate a new translation memory
update_memoryUpdate a translation memory's name
A Model Context Protocol (MCP) server for Lara Translate, enabling professional translation capabilities with support for language detection, context-aware translations, translation memories, and glossaries.
Lara leverages Translation Language Models (T-LMs) trained on billions of professionally translated segments, delivering domain-specific translations that capture cultural nuances and industry terminology that general-purpose LLMs often miss.
Pick your client below โ no API keys needed, just log in through your browser.
Larahttps://mcp-v2.laratranslate.com/v1Done โ Lara Translate is now available in your conversations.
Once Lara Translate is listed in the official Cursor plugin marketplace, install it from inside Cursor:
In the meantime, or for manual installation, see the Client Setup Guide.
Once Lara Translate is listed in the official Claude Code plugin marketplace, install it from inside Claude Code:
Search for Lara Translate and install. The first time you use a Lara tool, your browser will open to authenticate.
In the meantime, or for manual installation, see the Client Setup Guide.
For step-by-step OAuth setup on VS Code (GitHub Copilot), Windsurf, Cline, Continue, and more, see the Client Setup Guide.
If your client isn't listed, the general approach is to add the server URL (https://mcp-v2.laratranslate.com/v1) to your MCP config โ the client will handle OAuth authentication automatically.
For a complete list of MCP-compatible clients, visit the official MCP clients page.
After setup, test with a simple prompt:
Your client should invoke Lara Translate and return the translation.
| Tool | Description |
|---|---|
translate | Translate text between languages with support for context, instructions, translation memories, glossaries, and multiple styles (faithful/fluid/creative) |
| Tool | Description |
|---|---|
detect_language | Detect the language of a given text or array of texts |
list_languages | List all supported language codes |
| Tool | Description |
|---|---|
list_memories | List all translation memories in your account |
create_memory | Create a new translation memory |
update_memory | Update a translation memory's name |
delete_memory | Delete a translation memory |
add_translation | Add a translation unit (source + target pair) to a memory |
delete_translation | Delete a translation unit from a memory |
import_tmx | Import a TMX file into a memory |
check_import_status | Check the status of a TMX import job |
| Tool | Description |
|---|---|
list_glossaries | List all glossaries in your account |
get_glossary | Get details of a specific glossary |
create_glossary | Create a new glossary |
update_glossary | Update a glossary's name |
delete_glossary | Delete a glossary |
add_glossary_entry | Add or replace a term entry in a glossary |
delete_glossary_entry | Delete a term entry from a glossary |
import_glossary_csv | Import entries from a CSV file into a glossary |
check_glossary_import_status | Check the status of a glossary CSV import job |
export_glossary | Export a glossary as CSV |
get_glossary_counts | Get the number of entries in a glossary |
This is the method used in the Quick Start above. You provide only the server URL in your client config โ no API keys needed. Your client handles the OAuth flow automatically: it opens your browser, you log in with your Lara Translate credentials, and you're connected.
For per-client OAuth setup instructions, see the Client Setup Guide.
If you prefer to authenticate with API keys instead of browser login, you can pass your credentials directly in the client config. Get your Access Key ID and Secret from Lara Translate.
See the Access Key section in the Client Setup Guide for config examples.
Most users can connect to the hosted endpoint (https://mcp-v2.laratranslate.com/v1) using the Quick Start instructions above. The options below are for running the server yourself.
Requires Node.js.
Requires Docker.
Then add to your MCP config:
Then add to your MCP config:
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/translated-lara-mcp)<a href="https://allmcps.com/mcp/translated-lara-mcp"><img src="https://allmcps.com/api/badge/translated-lara-mcp?style=directory" alt="Lara MCP on AllMCPs" /></a>