Skip to content
Claude Desktop

mcp local translate for Claude Desktop

io.github.damoqiongqiu/mcp-local-translate

Local NLLB translation for 200+ languages. Zero cloud, zero cost, runs entirely on your machine.

client:Claude Desktop transport:stdio runtime:npm

Install mcp local translate in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-local-translate": {
      "command": "npx",
      "args": [
        "-y",
        "@damoqiongqiu/mcp-local-translate"
      ],
      "env": {
        "HF_ENDPOINT": "<HF_ENDPOINT>",
        "HF_AUTO_MIRROR": "<HF_AUTO_MIRROR>",
        "CACHE_DIR": "<CACHE_DIR>",
        "TRANSLATE_DEVICE": "<TRANSLATE_DEVICE>",
        "HTTPS_PROXY": "<HTTPS_PROXY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp local translate in other clients