MCPHubBETA
registry/@lingodotdev/lingo-dev
L

@lingodotdev/lingo-dev

The [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) is a standard for connecting Large Language Models (LLMs) to external services. This guide will walk you through how t…

devopshttpJavaScriptApache-2.05.4kstarslast mo.updated

<p align=“center”> <a href=“https://lingo.dev”> <img src=“https://raw.githubusercontent.com/lingodotdev/lingo.dev/main/content/banner.png” width=“100%” alt=“Lingo.dev – localization engineering platform” /> </a> </p>

<p align=“center”> <strong>Open-source localization engineering tools. Connect to Lingo.dev localization engineering platform for consistent, quality translations.</strong> </p>

<br />

<p align=“center”> <a href=“#lingodev-api”>Lingo API</a> • <a href=“#lingodev-mcp”>Lingo React MCP</a> • <a href=“#lingodev-cli”>Lingo CLI</a> • <a href=“#lingodev-cicd”>Lingo GitHub Action</a> • <a href=“#lingodev-compiler”>Lingo Compiler for React (Early alpha)</a> </p>

<p align=“center”> <a href=“https://github.com/lingodotdev/lingo.dev/actions/workflows/release.yml”> <img src=“https://github.com/lingodotdev/lingo.dev/actions/workflows/release.yml/badge.svg” alt=“Release” /> </a> <a href=“https://github.com/lingodotdev/lingo.dev/blob/main/LICENSE.md”> <img src=“https://img.shields.io/github/license/lingodotdev/lingo.dev” alt=“License” /> </a> <a href=“https://github.com/lingodotdev/lingo.dev/commits/main”> <img src=“https://img.shields.io/github/last-commit/lingodotdev/lingo.dev” alt=“Last Commit” /> </a> <a href=“https://lingo.dev/en”> <img src=“https://img.shields.io/badge/Product Hunt-%231 DevTool of the Month-orange?logo=producthunt&style=flat-square” alt=“Product Hunt #1 DevTool of the Month” /> </a> <a href=“https://lingo.dev/en”> <img src=“https://img.shields.io/badge/Product Hunt-%231 Product of the Week-orange?logo=producthunt&style=flat-square” alt=“Product Hunt #1 DevTool of the Week” /> </a> <a href=“https://lingo.dev/en”> <img src=“https://img.shields.io/badge/Product Hunt-%232 Product of the Day-orange?logo=producthunt&style=flat-square” alt=“Product Hunt #2 Product of the Day” /> </a> <a href=“https://lingo.dev/en”> <img src=“https://img.shields.io/badge/GitHub-Trending-blue?logo=github&style=flat-square” alt=“Github trending” /> </a> </p>


Quick Start

Tool What it does Quick Command
Lingo React MCP AI-assisted i18n setup for React apps Prompt: Set up i18n
Lingo CLI Localize JSON, YAML, markdown, CSV, PO files npx lingo.dev@latest run
Lingo GitHub Action Continuous localization in GitHub Actions uses: lingodotdev/lingo.dev@main
Lingo Compiler for React Build-time React localization without i18n wrappers withLingo() plugin

Localization engines

These tools connect to localization engines – stateful translation APIs you create on the Lingo.dev localization engineering platform. Each engine persists glossaries, brand voice, and per-locale instructions across every request, reducing terminology errors 16.6–44.6%. Or bring your own LLM.


Lingo.dev MCP

Setting up i18n in React apps is error-prone – even AI coding assistants hallucinate non-existent APIs and break routing. Lingo.dev MCP gives AI assistants structured access to framework-specific i18n knowledge for Next.js, React Router, and TanStack Start. Works with Claude Code, Cursor, GitHub Copilot Agents, and Codex.

Read the docs →


Lingo.dev CLI

Localize JSON, YAML, markdown, CSV, and PO files in one command. A lockfile tracks what’s already localized – only new or changed content gets processed. Defaults to your localization engine on Lingo.dev, or bring your own LLM (OpenAI, Anthropic, Google, Mistral, OpenRouter, Ollama).

npx lingo.dev@latest init
npx lingo.dev@latest run

Read the docs →


Lingo.dev CI/CD

Continuous localization in your pipeline. Every push triggers localization – missing strings get filled before code reaches production. Supports GitHub Actions, GitLab CI/CD, and Bitbucket Pipelines.

uses: lingodotdev/lingo.dev@main
with:
  api-key: ${{ secrets.LINGODOTDEV_API_KEY }}

Read the docs →


Lingo.dev API

Call your localization engine directly from backend code. Synchronous and async localization with webhook delivery, failure isolation per locale, and real-time progress via WebSocket.

Read the docs →


Lingo Compiler for React (Early alpha)

Build-time React localization without i18n wrappers. Write components with plain English text – the compiler detects translatable strings and generates localized variants at build time. No translation keys, no JSON files, no t() functions. Supports Next.js (App Router) and Vite + React.

Read the docs →


Contributing

Contributions welcome. Please follow these guidelines:

  1. Issues: Report bugs or request features
  2. Pull Requests: Submit changes
    • Every PR requires a changeset: pnpm new (or pnpm new:empty for non-release changes)
    • Ensure tests pass before submitting
  3. Development: This is a pnpm + turborepo monorepo
    • Install dependencies: pnpm install
    • Run tests: pnpm test
    • Build: pnpm build

Support: Discord community

Star History

If you find Lingo.dev useful, give us a star and help us reach 10,000 stars!

Star History Chart

Localized Documentation

Available translations:

English中文日本語한국어EspañolFrançaisРусскийУкраїнськаDeutschItalianoالعربيةעבריתहिन्दीPortuguês (Brasil)বাংলাفارسیPolskiTürkçeاردوभोजपुरीঅসমীয়াગુજરાતીमराठीଓଡ଼ିଆਪੰਜਾਬੀසිංහලதமிழ்తెలుగు

Adding a new language:

  1. Add locale code to i18n.json using BCP-47 format
  2. Submit a pull request