Claude Code
Set up Lingo.dev MCP in Claude Code
What is Claude Code?
Claude Code is Anthropic's official CLI for agentic coding. It enables developers to delegate engineering tasks to Claude directly from their terminal.
Initial setup
Run the following command:
claude mcp add --transport http "lingo" https://mcp.lingo.dev/main
Usage
Once the MCP is enabled, prompt Claude Code 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, Claude Code should ask you for it.)