Local NLLB translation for 200+ languages. Zero cloud, zero cost, runs entirely on your machine.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @damoqiongqiu/mcp-local-translate
MCP client config
{
"mcpServers": {
"mcp-local-translate": {
"command": "npx",
"args": [
"-y",
"@damoqiongqiu/mcp-local-translate"
]
}
}
}