Loading languages...
LI

lingo.dev

@lingodotdev2806

Connecting these tools to Lingo.dev will allow you to translate apps, websites, and other data using the best LLM models directly in your AI tool

translation
lingo.dev
ai-tool-integration
llm

Lingo.dev MCP Server

This MCP server connects AI tools (like Cursor, Claude Desktop) to Lingo.dev, enabling translation of apps, websites, and other data using LLMs.

Setup

  1. Obtain your Lingo.dev API key from your project settings in the Lingo.dev app.
  2. Add the MCP server to your AI tool using the command:
    npx -y lingo.dev mcp <your-api-key>
    
  3. Follow tool-specific setup (e.g., Cursor: Add via MCP tab; Claude Desktop: Edit config file).

Usage

Access Lingo.dev's translation service directly from your AI tool by selecting the "translate" tool.

# mcpServer Config

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "lingo.dev",
        "mcp",
        "<api-key>"
      ]
    }
  }
}

# stdio

npx -y lingo.dev mcp <api-key>
Transport:
stdio
Language:
javascript
Created: 3/13/2024
Updated: 2/1/2026