MCP Hub
Back to servers

translate

Translate MCP — wraps LibreTranslate API (https://libretranslate.com/)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-translate

MCP server for language translation via LibreTranslate. Free, no auth required.

Tools

ToolDescription
translateTranslate text from a source language to a target language
detect_languageDetect the language of a text string
list_languagesList all supported language codes and names

Quickstart (Pipeworx Gateway)

Send a JSON-RPC request to the Pipeworx gateway:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "translate",
      "arguments": {
        "text": "Hello, world!",
        "source": "en",
        "target": "es"
      }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review