Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) Server for Lara Translate API that enables translation capabilities and translation memory management for AI applications.
Add this to your MCP client configuration:
{
"mcpServers": {
"translated-lara-mcp": {
"command": "npx",
"args": [
"-y",
"@translated/lara-mcp@latest"
],
"env": {
"LARA_ACCESS_KEY_ID": "<Your Lara Translate API access key ID>",
"LARA_ACCESS_KEY_SECRET": "<Your Lara Translate API secret access key>"
}
}
}
}{
"id": "translated-lara-mcp",
"name": "Lara Translate",
"description": "A Model Context Protocol (MCP) Server for Lara Translate API that enables translation capabilities and translation memory management for AI applications.",
"source_url": "https://github.com/translated/lara-mcp",
"publisher_name": "translated",
"publisher_url": "https://github.com/translated",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 31335,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@translated/lara-mcp"
},
"tools_count": 10
}