translated/lara-mcp
by Various
ποΈ π βοΈ - MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.
MCP
translated/lara-mcp
Added 1 June 2026
Overview
An MCP server that wraps the Lara Translate API, providing translation and language detection capabilities through the Model Context Protocol. It accepts text input and returns translated or detected language results, designed for integration with AI assistants and developer tools.
Best for
Best for
Developers building AI assistants or tools that need programmatic translation and language detection
Use cases
- Translate text between languages in AI workflows
- Detect the language of user input automatically
- Enable context-aware translations in chat or document tools
How to use
Tools exposed
detect_languagelist_languageslist_memoriescreate_memoryupdate_memorydelete_memoryadd_translationdelete_translationimport_tmxcheck_import_statuslist_glossariesget_glossarycreate_glossaryupdate_glossarydelete_glossaryadd_glossary_entrydelete_glossary_entryimport_glossary_csvcheck_glossary_import_statusexport_glossary
Tested with
Claude Desktop, Cursor, Claude Code, VS Code, Windsurf, Cline, Continue
Example client config
{\n "mcpServers": {\n "lara-translate": {\n "command": "npx",\n "args": ["-y", "@translated/lara-mcp@latest"],\n "env": {\n "LARA_ACCESS_KEY_ID": "<YOUR_ACCESS_KEY_ID>",\n "LARA_ACCESS_KEY_SECRET": "<YOUR_ACCESS_KEY_SECRET>"\n }\n }\n }\n} Notes
An MCP server that wraps the Lara Translate API, providing translation and language detection capabilities through the Model Context Protocol. It accepts text input and returns translated or detected language results, designed for integration with AI assistants and developer tools.
87 stars on GitHub. Last updated 2026-05-26. Licensed MIT.
Use cases
- Translate text between languages in AI workflows
- Detect the language of user input automatically
- Enable context-aware translations in chat or document tools
Pros
- Simple MCP interface for easy integration with AI agents
- Supports both translation and language detection in one tool
- Written in TypeScript with clear API structure
Cons
- Depends on the external Lara Translate API, requiring internet access
- Limited to the languages and features provided by Lara Translate
- Small community with only 87 GitHub stars
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple MCP interface for easy integration with AI agents
- Supports both translation and language detection in one tool
- Written in TypeScript with clear API structure
Cons
- Depends on the external Lara Translate API, requiring internet access
- Limited to the languages and features provided by Lara Translate
- Small community with only 87 GitHub stars
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developerβs Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.