Back to MCP Servers
🔌

translated/lara-mcp

MITAPI key required

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

TypeScriptAPIs

Install

npx -y Requires

Required environment variables

LARA_ACCESS_KEYSet in your MCP config
YOUR_ACCESS_KEYSet in your MCP config
LARA_ACCESS_KEY_SECRETSet in your MCP config
YOUR_ACCESS_KEY_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "translated-lara-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Requires"
      ],
      "env": {
        "LARA_ACCESS_KEY": "<YOUR_LARA_ACCESS_KEY>",
        "YOUR_ACCESS_KEY": "<YOUR_YOUR_ACCESS_KEY>",
        "LARA_ACCESS_KEY_SECRET": "<YOUR_LARA_ACCESS_KEY_SECRET>",
        "YOUR_ACCESS_KEY_SECRET": "<YOUR_YOUR_ACCESS_KEY_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.