Odel
mcp local translate

mcp local translate

Local
@damoqiongqiuTypeScriptMITUpdated 1mo ago

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).

npm@damoqiongqiu/mcp-local-translatev0.1.11

Run

npx -y @damoqiongqiu/mcp-local-translate

MCP client config

{
  "mcpServers": {
    "mcp-local-translate": {
      "command": "npx",
      "args": [
        "-y",
        "@damoqiongqiu/mcp-local-translate"
      ]
    }
  }
}