translate
Pack: libretranslate · Endpoint: https://gateway.pipeworx.io/libretranslate/mcp
Translate text. Source can be “auto” to auto-detect. Returns translated text and the detected source (if applicable).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
text | string | yes | Text to translate |
source | string | no | Source language code or “auto” (default “auto”) |
target | string | yes | Target language code (e.g., “es”, “fr”, “ja”) |
format | string | no | text (default) | html |
Example call
curl -X POST https://gateway.pipeworx.io/libretranslate/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"translate","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"libretranslate": {
"url": "https://gateway.pipeworx.io/libretranslate/mcp"
}
}
}
See Getting Started for client-specific install steps.