mcp-local-translate
About
Local NLLB translation for 200+ languages. Zero cloud, zero cost, runs entirely on your machine.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HF_ENDPOINT HF_AUTO_MIRROR CACHE_DIR TRANSLATE_DEVICE HTTPS_PROXYClaude Code
claude mcp add --env HF_ENDPOINT= --env HF_AUTO_MIRROR= --env CACHE_DIR= --env TRANSLATE_DEVICE= --env HTTPS_PROXY= mcp-local-translate -- npx @damoqiongqiu/mcp-local-translate
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-local-translate","command":"npx","args":["@damoqiongqiu/mcp-local-translate"],"env":{"HF_ENDPOINT":"","HF_AUTO_MIRROR":"","CACHE_DIR":"","TRANSLATE_DEVICE":"","HTTPS_PROXY":""}}'
JSON
{
"mcpServers": {
"mcp-local-translate": {
"command": "npx",
"args": [
"@damoqiongqiu/mcp-local-translate"
],
"env": {
"HF_ENDPOINT": "",
"HF_AUTO_MIRROR": "",
"CACHE_DIR": "",
"TRANSLATE_DEVICE": "",
"HTTPS_PROXY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.