MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Communication/MCP-Lingvanex-Translate
CommunicationOfficial
M

MCP-Lingvanex-Translate

Lingvanex MCP Server Cloud API – A Model Context Protocol server that provides fast and accurate text translation using the Lingvanex Cloud API. Supports 100+ languages and integrates seamlessly with Claude Desktop and other MCP-compatible clients.

0 starsUpdated Jan 20, 2026
View on GitHub

Ads

Overview

This project implements an MCP (Model Context Protocol) server for text translation. The server supports two transports: stdio – for integration with Claude Desktop http (streamable) – for testing and working via HTTP + SSE Node.js >= 18 Yarn or npm Installed Claude Desktop (for stdio integration) Lingvanex Translator account for text translation To use the Lingvanex Translator you'll need a Lingvanex account. 1. If you don't have one, sign up for free 2. Go to the Cloud API tab: Cloud API 3. Fill out the Billing Address data 4. Click Continue to payment

Installation

yarn install

Configuration

{
  "mcpServers": {
    "translate": {
      "command": "node",
      "args": [
        "C:\\Users\\path\\to\\project\\dist\\index.js"
      ]
    }
  }

Capabilities

  • Translate text between languages

    ask your AI assistant to translate a phrase using `translate_text` by specifying the text, source language, and target language codes.

  • Integrate translation into Claude Desktop

    configure the server in `claude_desktop_config.json` so Claude can call `translate_text` directly during conversations.

  • Run the server over HTTP for testing

    start the server in HTTP mode and use `curl` or the MCP Inspector to verify the `/ping` endpoint and translation flow.

Tags

  • translation
  • communication
  • ai-model

Related MCP servers

E

ElevenLabs

Official

The official ElevenLabs MCP server

1.5kCommunicationUpdated 8 days ago
R

Resend Email

Official

Send emails directly from your editor using the Resend API.

566CommunicationUpdated Today
A

AgentRPC

Official

Connect to any function, any language, across network boundaries using AgentRPC.

135CommunicationUpdated Jun 22, 2026
T

Twilio

Official

Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.

109CommunicationUpdated Feb 14, 2026