|
Knowledgebase
EnterprisePlatform
PlatformAPIReact (MCP)
CLIIntegrationsReact (Lingo Compiler)
Alpha
GuidesChangelog

Lingo.dev React MCP

  • How it works
  • Setup

AI Agents

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

Codex (OpenAI)

Max PrilutskiyMax Prilutskiy·Updated about 1 month ago·1 min read

Codex is OpenAI's autonomous software engineering agent available to ChatGPT Plus users. It supports MCP servers via a TOML configuration file.

Setup#

Add to ~/.codex/config.toml:

toml
[mcp_servers.lingo]
command = "npx"
args = ["mcp-remote", "https://mcp.lingo.dev/main"]

No API key is needed.

Usage#

Prompt Codex:

Set up i18n

Or specify locales upfront:

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

Codex 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
Cursor
Set up in Cursor instead
GitHub Copilot
Set up in GitHub Copilot Agents

Was this page helpful?