MCP server for KAERIS i18n — AI-native localization for Claude Desktop, Cursor & agents
MCP server for KAERIS i18n — AI-native localization for Claude Desktop, Cursor & agents. Exposed over MCP by the kaeris mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
AI-native localization over the Model Context Protocol. Give Claude Desktop, Cursor, Claude Code (or any MCP client) the ability to translate your app's strings into 46 languages — placeholder-safe, format-aware, incremental, with built-in Translation QA.
Everything the assistant can do here goes through one of these:
kaeris_scan_repo — Discover a repo's i18n setup: locale files found, base language, target languages, framework guesskaeris_status — Completeness/health per target locale — missing keys, extra keys, placeholder mismatches, plus the quality detectors that gate a merge in CI: numberkaeris_list_missing_keys — The exact missing/broken keys (with source text) for one target locale, so an agent knows exactly what to fixkaeris_list_languages — List all supported target languageskaeris_translate — Translate inline strings → per-language results, with QA (placeholder-loss & UI-overflow flags; verify=True back-translates to check meaning)kaeris_translate_file — Translate a file on disk (JSON/YAML/.strings/.po/ARB/XML/CSV/XLIFF/.properties/.resx/.ftl), optional incremental — reproducible via kaeris.lockkaeris_add_language — Bootstrap a brand-new target locale by translating the whole source file into itThe server ships on PyPI as kaeris-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need 3 environment variables: KAERIS_API_KEY, KAERIS_OPENROUTER_KEY, KAERIS_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Kaeris's toolset — kaeris_scan_repo, kaeris_status, kaeris_list_missing_keys and 4 more — is a fair guide to whether it matches your workflow. It is maintained by KAERIS; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| kaeris_scan_repo | Discover a repo's i18n setup: locale files found, base language, target languages, framework guess (i18next/next-intl/vue-i18n/Flutter/Android/iOS/gettext/generic) |
| kaeris_status | Completeness/health per target locale — missing keys, extra keys, placeholder mismatches, plus the quality detectors that gate a merge in CI: number drift, lost inline tags, broken entities/escapes, ICU/CLDR plural gaps |
| kaeris_list_missing_keys | The exact missing/broken keys (with source text) for one target locale, so an agent knows exactly what to fix |
| kaeris_list_languages | List all supported target languages |
| kaeris_translate | Translate inline strings → per-language results, with QA (placeholder-loss & UI-overflow flags; verify=True back-translates to check meaning) |
| kaeris_translate_file | Translate a file on disk (JSON/YAML/.strings/.po/ARB/XML/CSV/XLIFF/.properties/.resx/.ftl), optional incremental — reproducible via kaeris.lock |
| kaeris_add_language | Bootstrap a brand-new target locale by translating the whole source file into it |
{
"mcpServers": {
"kaeris-i18n": {
"command": "kaeris-mcp",
"env": {
"KAERIS_API_KEY": "kaerisp_optional_for_pro_team"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| KAERIS_API_KEY | Credential the server authenticates with. | Yes |
| KAERIS_OPENROUTER_KEY | Credential the server authenticates with. | Yes |
| KAERIS_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.