Skip to content
Grok

i18n codelens mcp for Grok

io.github.hepter/i18n-codelens-mcp

Inspect, audit and safely edit i18n locale JSON files from AI agents.

client:Grok transport:stdio runtime:npm

Install i18n codelens mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "i18n-codelens-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "i18n-codelens-mcp"
      ],
      "env": {
        "WORKSPACE_ROOT": "<WORKSPACE_ROOT>",
        "I18N_GLOB": "<I18N_GLOB>",
        "I18N_CODE_GLOB": "<I18N_CODE_GLOB>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

i18n codelens mcp in other clients