Skip to content
VS Code

Langbly Translation for VS Code

com.langbly/translation

Translate text or HTML, detect languages, and list supported languages with Langbly.

client:VS Code transport:streamable-http

Install Langbly Translation in VS Code

.vscode/mcp.json

{
  "servers": {
    "translation": {
      "type": "http",
      "url": "https://mcp.langbly.com/mcp"
    }
  }
}

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

Langbly Translation in other clients