🎉 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

Cursor

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

Cursor is an AI-powered code editor built on VS Code. It supports MCP servers via a project-level JSON configuration file.

Setup#

Create .cursor/mcp.json in your project root:

json
{
  "mcpServers": {
    "lingo": {
      "url": "https://mcp.lingo.dev/main"
    }
  }
}

No API key is needed.

Usage#

Open your project in Cursor and prompt:

Set up i18n

Or specify locales upfront:

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

Cursor calls the i18n_checklist tool and follows the guided steps - analyzing your project, fetching framework docs, and implementing locale routing, translations, and a language switcher.

Next Steps#

How It Works
What the MCP server provides
Claude Code
Set up in Claude Code instead
Codex (OpenAI)
Set up in Codex instead
GitHub Copilot
Set up in GitHub Copilot Agents

Was this page helpful?