Cursor

Set up Lingo.dev MCP in Cursor

What is Cursor?

Cursor is an AI-powered code editor built on VS Code. It supports multiple AI models and allows developers to write code using natural language.

Initial setup

In a .cursor/mcp.json file, use the following configuration:

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

Usage

Once the MCP is enabled, prompt Cursor to set up i18n in the current codebase.

For example:

Set up i18n

You can also specify the supported locales and the default locale:

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

(If you don't provide this information upfront, Cursor should ask you for it.)