LI

Lingo.dev

Created 6 months ago

The Model Context Protocol (MCP) is a standard for connecting Large Language Models (LLMs) to external services.

development documentation public

What is Lingo.dev?

Make your AI agent speak every language on the planet, using [Lingo.dev](https://lingo.dev) Localization Engine.

Documentation

Model Context Protocol

The Model Context Protocol (MCP) is a standard for connecting Large Language Models (LLMs) to external services. This guide will walk you through how to connect AI tools to Lingo.dev using MCP.

Setup

Add this command to your AI tool:

npx -y lingo.dev mcp <api-key>

You can find your API key in Lingo.dev app, in your project settings.

Usage

You are now able to access Lingo.dev via MCP. You can ask AI tool translate any content via our service.

Server Config

{
  "mcpServers": {
    "lingo.dev-server": {
      "command": "npx",
      "args": [
        "lingo.dev"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: lingodotdev
Category: official
License: MIT License
Tags:
development documentation public