Claude Code

Max PrilutskiyCEO & Co-FounderUpdated 6 months ago · 1 min read

Claude Code is Anthropic's CLI for agentic coding. It supports MCP servers natively via the claude mcp add command.

Setup#

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

This registers the Lingo.dev i18n MCP server with Claude Code. No API key is needed.

Usage#

Navigate to your project directory and prompt Claude Code:

Set up i18n

Or specify locales upfront:

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

Claude Code 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#