i18n-codelens-mcp

hepter/i18n-codelens-mcp
★ 0 stars Unknown language 💻 Code/Dev Tools Updated today
Standalone MCP server for i18n CodeLens translation management tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "i18n-codelens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hepter/i18n-codelens-mcp"
      ]
    }
  }
}

README Excerpt

Standalone Model Context Protocol (MCP) server for i18n translation files. It lets MCP clients inspect and safely edit locale JSON files from local projects: list locales, read translations, detect missing keys, upsert translations, rename keys, move namespaces, and validate placeholders. This package is also the MCP backend used by the [i18n CodeLens VS Code extension](https://github.com/hepter/i18n-codelens).

Tools (20)

I18N_CODE_GLOBI18N_CODE_REGEXI18N_GLOBI18N_IGNOREI18N_INSERT_ORDERI18N_MCP_LOG_PORTI18N_STRUCTUREWORKSPACE_ROOTi18n_check_keysi18n_delete_keyi18n_diff_localesi18n_get_translationsi18n_key_referencesi18n_list_localesi18n_move_namespacei18n_rename_keyi18n_scan_workspace_missingi18n_untranslated_keys_on_pagei18n_upsert_translationsi18n_validate_placeholders