Lara Translate MCP
Professional translation with language detection, context-aware translations, translation memories, and glossaries.
Delv Safety Grade: A
Score 83/100 · assessed 2026-04-18
Lara Translate MCP is provided by Translated, a professional translation services company established in 1999 with over 300,000 clients. The server offers language detection and translation capabilities through their commercial API. It's distributed via npm with standard packaging and requires an API key for authentication. The implementation is relatively scoped, focusing on translation operations without filesystem or shell access. The codebase is open source on GitHub with reasonable documentation. As an official vendor tool, it benefits from commercial backing and professional maintenance. The main consideration is the required API key which grants access to paid translation services, and users should understand this connects to external commercial infrastructure. No security incidents are known.
Green flags
- Official vendor from established translation company (since 1999)
- Standard npm distribution with versioned releases
- Scoped permissions limited to translation API calls
- Open source repository with clear licensing
- No filesystem, shell, or desktop access required
Red flags
- Requires commercial API key with potential billing implications
- Documentation could be more comprehensive for security considerations
- Relatively new MCP server with limited community review history
Permissions requested
Install
npx -y @translated/lara-mcp@latest
LARA_API_KEYReview
Install this if you're managing multi-language content and need Claude to respect terminology and context. Skip it if you just want quick, disposable translations or aren't ready to commit to a paid translation API. The quality and consistency features are the point, not a bonus.
Good at
- Translation memory keeps terminology consistent across sessions, which matters for brand voice and technical docs.
- Glossary enforcement means you can lock down how specific terms translate, useful for product names or jargon.
- Context-aware translations beat generic MT for anything with domain-specific language.
- Language detection is automatic, so you don't need to specify source languages manually.
- Comes from Translated, a professional translation platform, so the underlying engine is production-grade.
Watch out
- Requires a paid Lara API key, not a free service beyond trial credits.
- Overkill if you just need occasional one-off translations without consistency requirements.
- Limited to Claude Desktop, Claude Code, and Cursor, no broader MCP host support yet.
- No offline mode, every translation hits the API, so you're dependent on network and quota.
Use cases
- document translation
- website localisation
- glossary enforcement
- memory-assisted translation
Getting started
Works with
Similar MCPs
- Make MCPTurns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
- CCXT MCPCrypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.
- PlaidPlaid's hosted MCP for financial data agents. Account balances, transactions, identity verification, all behind their existing OAuth flow.