loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-translate

MCP Tool

pipeworx-io/mcp-translate

MCP server for language translation via LibreTranslate

Install

$ npx loaditout add pipeworx-io/mcp-translate

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-translate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-translate"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@pipeworx/mcp-translate

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

Tools

| Tool | Description | |------|-------------| | translate | Translate text from a source language to a target language | | detect_language | Detect the language of a text string | | list_languages | List 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

Tags

mcpmcp-servermodel-context-protocolpipeworxtranslate

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/pipeworx-io/mcp-translate)](https://loaditout.ai/skills/pipeworx-io/mcp-translate)