Skip to content
Cursor

i18n codelens mcp for Cursor

io.github.hepter/i18n-codelens-mcp

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

client:Cursor transport:stdio runtime:npm

Install i18n codelens mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

i18n codelens mcp in other clients