LT

Lara Translate

Created 6 months ago

A Model Context Protocol (MCP) Server for Lara Translate API, enabling powerful translation capabilities.

development documentation public translation MCP

What is Lara Translate?

MCP Server for Lara Translate API, enabling powerful translation capabilities with support for language detection and context-aware translations.

Documentation

Lara Translate MCP Server

Table of Contents

Introduction

Model Context Protocol (MCP) is an open standardized communication protocol that enables AI applications to connect with external tools, data sources, and services. Lara Translate MCP Server enables AI applications to access powerful translation capabilities through this standardized protocol.

Available Tools# Translation Tools

  • translate: Translate text between languages.
  • list_memories: List saved translation memories.
  • create_memory: Create a new translation memory.
  • update_memory: Update translation memory name.
  • delete_memory: Delete a translation memory.
  • add_translation: Add a translation unit to memory.
  • delete_translation: Delete a translation unit from memory.
  • import_tmx: Import a TMX file into a memory.
  • check_import_status: Checks the status of a TMX file import.

Getting Started

Lara supports both the STDIO and streamable HTTP protocols. For a hassle-free setup, we recommend using the HTTP protocol.

Support

For issues with Lara Translate API: Visit Lara Translate API and Integrations Support or open an issue on GitHub.

Server Config

{
  "mcpServers": {
    "lara-translate-server": {
      "command": "npx",
      "args": [
        "lara-translate"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Translated Team
Category: official
License: MIT License
Tags:
development documentation public