🎉 v1.0

Get started

  • Welcome
  • Documentation
  • Pricing
    Soon

Tools

  • I18n MCP
  • CLI
  • CI/CD Integrations
  • Compiler
    Alpha
  • Connect Your Engine

Resources

  • Languages
  • LLM Models
  • Guides

Company

  • Enterprise
  • CareersHiring!
Dashboard

Lingo.dev i18n MCP

  • How it works
  • Setup

AI Agents

  • Claude Code
  • Codex (OpenAI)
  • Cursor
  • GitHub Copilot

Setup

Max PrilutskiyMax Prilutskiy·Updated 1 day ago·1 min read

Connect the Lingo.dev i18n MCP server to your AI coding assistant in one step. The server is hosted at https://mcp.lingo.dev/main - no installation or API key required.

Quick setup#

bash
claude mcp add --transport http "lingo" https://mcp.lingo.dev/main

Verify the connection#

After connecting, prompt the AI agent:

Set up i18n

The agent should call the i18n_checklist tool as its first action. If it doesn't recognize the tool, check that the MCP server URL is correct and the configuration file is saved in the right location.

What happens next#

The agent follows a 13-step checklist that covers:

  1. Project context analysis (framework, router, directory structure)
  2. Framework documentation retrieval
  3. Locale routing setup
  4. Translation infrastructure
  5. Language switcher component
  6. Build validation

You can specify locales upfront or let the agent ask:

Set up i18n with the following locales: en, es, and pt-BR. The default locale is "en".

For platform-specific details, see the individual guides:

Claude Code
Terminal-based setup with Claude Code
Cursor
Editor-based setup with Cursor
Codex (OpenAI)
Autonomous agent setup with Codex
GitHub Copilot
Repository-level setup with Copilot Agents

Was this page helpful?