Skip to content
VS Code

Libretranslate for VS Code

io.github.pipeworx-io/libretranslate

LibreTranslate MCP — open-source machine translation (BYO endpoint)

client:VS Code transport:streamable-http

Install Libretranslate in VS Code

.vscode/mcp.json

{
  "servers": {
    "libretranslate": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/libretranslate/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Libretranslate in other clients