AI localization: translate an app's string files into 46 languages (JSON, .arb, .po, .strings, Android XML, β¦) with placeholder-safe, reproducible output β from Claude/Cursor.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Kaeris MCP.
kaeris_scan_repoDiscover 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_statusCompleteness/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 (same verdict as `kaeris check --json`)
kaeris_list_missing_keysThe exact missing/broken keys (with source text) for one target locale, so an agent knows exactly what to fix
kaeris_list_languagesList all supported target languages
kaeris_translateTranslate inline strings β per-language results, with QA (placeholder-loss & UI-overflow flags; `verify=True` back-translates to check meaning)
kaeris_translate_fileTranslate a file on disk (JSON/YAML/.strings/.po/ARB/XML/CSV/XLIFF/.properties/.resx/.ftl), optional incremental β reproducible via `kaeris.lock
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.
| Tool | What it does | Calls the API? |
|---|---|---|
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) | No |
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 (same verdict as kaeris check --json) | No |
kaeris_list_missing_keys | The exact missing/broken keys (with source text) for one target locale, so an agent knows exactly what to fix | No |
kaeris_list_languages | List all supported target languages | No |
kaeris_translate | Translate inline strings β per-language results, with QA (placeholder-loss & UI-overflow flags; verify=True back-translates to check meaning) | Yes |
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 | Yes |
kaeris_add_language | Bootstrap a brand-new target locale by translating the whole source file into it | Yes |
The first four tools are local-only (no network call, no cost) β an agent can use them freely to audit and understand a repo's i18n before deciding what (if anything) to translate.
kaeris_translate_file with incremental=True keeps a kaeris.lock next to your source file β
the same lock the CLI writes, so an agent and a human sharing a repo stay in sync. It records a
hash of every source string plus the settings that produced it: tone, glossary, app context, and the
model. That means:
Commit kaeris.lock alongside your source file so the agent, your teammates and CI all agree on
what is already done.
The server speaks JSON-RPC over stdin/stdout, so there is no port to expose β
-i is what keeps the conversation open. Mount your project at /work and the
repo-aware tools (scan_repo, status, list_missing_keys) read it directly;
pass -e KAERIS_API_KEY=β¦ for the paid tiers.
Claude Desktop β add to claude_desktop_config.json
(macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):
Cursor β Settings β MCP β Add, or .cursor/mcp.json:
Claude Code β one command:
Restart the client; the KAERIS tools appear automatically.
| Env var | Purpose |
|---|---|
KAERIS_API_KEY | Pro/Scale key β higher limits (else the free 10k-char tier is used) |
KAERIS_OPENROUTER_KEY | OpenRouter key for Lifetime/BYOK β no monthly volume cap |
KAERIS_API_URL | Override the API base URL |
No key is required to try it β the free anonymous tier works out of the box.
locales/en.json into German, Ukrainian and Japanese."MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/raiganja-kaeris-mcp)<a href="https://allmcps.com/mcp/raiganja-kaeris-mcp"><img src="https://allmcps.com/api/badge/raiganja-kaeris-mcp?style=directory" alt="Kaeris MCP on AllMCPs" /></a>