Weglot

Weglot MCP Connector for Claude

A+

Automate website translation and localization — check API status, list supported languages, and translate text arrays directly via Weglot.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Weglot account to any AI agent to streamline your multilingual content workflows. This MCP server provides direct access to Weglot's powerful translation engine, allowing for real-time localization and language management.

What you can do

  • API Health Monitoring — Use get_status to verify if the Weglot API is operational before running large translation batches.
  • Language Discovery — Retrieve a comprehensive list of all languages supported by the Weglot platform using list_languages.
  • Pair Validation — Confirm if specific translation directions (e.g., English to Japanese) are supported using check_language_support.
  • High-Volume Translation — Translate arrays of sentences with full control over bot types and source URLs using the translate_text action.

How it works

  1. Subscribe to this server
  2. Enter your Weglot API Key
  3. Start translating content directly from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Localization Managers — quickly verify language support and test translations without leaving the chat interface.
  • Developers — integrate translation checks into CI/CD pipelines or code editors to ensure content is ready for global deployment.
  • Content Creators — instantly translate snippets or UI strings while maintaining context and metadata.
translation-apilocalization-workflowmultilingual-weblanguage-supportautomated-translation

4 tools expose this connector's capabilities to your AI agent.

check_language_support

Check if a specific translation pair is supported

list_languages

List all available languages supported by Weglot

get_status

Do not spam this endpoint. Check Weglot API status

translate_text

Requires WEGLOT_API_KEY. Translate an array of sentences

See how to talk to your AI agent using Weglot.

List all languages supported by Weglot.

I've retrieved the list of supported languages. Weglot currently supports over 100 languages, including English (en), French (fr), Spanish (es), German (de), and many more. Would you like to check a specific pair?

Check if Weglot supports translation from English (en) to Japanese (ja).

Checking support for en -> ja... Yes, this translation pair is fully supported by Weglot's engine. You can proceed with your translation tasks.

Translate 'Welcome to our platform' from English to Spanish using Weglot.

Translating... The Spanish translation for 'Welcome to our platform' is 'Bienvenido a nuestra plataforma'. This was processed using the `translate_text` tool.

You can use the `get_status` tool. It performs a real-time health check to ensure the Weglot API is responsive and operational.

Related Connectors