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.
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
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.