Skip to main content

MCP server for KAERIS i18n — AI-native localization for Claude Desktop, Cursor & agents

Project description

KAERIS i18n — MCP Server

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.

Tools

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 (same 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), optional incremental 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.

Install

pip install kaeris-mcp

Configure your client

Claude Desktop — add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):

{
  "mcpServers": {
    "kaeris-i18n": {
      "command": "kaeris-mcp",
      "env": {
        "KAERIS_API_KEY": "kaerisp_optional_for_pro_team"
      }
    }
  }
}

Cursor — Settings → MCP → Add, or .cursor/mcp.json:

{ "mcpServers": { "kaeris-i18n": { "command": "kaeris-mcp" } } }

Claude Code — one command:

claude mcp add kaeris-i18n kaeris-mcp

Restart the client; the KAERIS tools appear automatically.

Auth & tiers (all optional)

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 — unlimited volume
KAERIS_API_URL Override the API base URL

No key is required to try it — the free anonymous tier works out of the box.

Example prompts

  • "Translate the strings in locales/en.json into German, Ukrainian and Japanese."
  • "Add French and Spanish translations for these buttons: Save, Cancel, Delete."
  • "Only translate the new keys I added to en.json — don't redo the whole file."
  • "Check this repo's i18n and tell me what's missing or broken." (scans, then reports status — no API call)
  • "We don't have Ukrainian yet — add it." (bootstraps a new locale via translation)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kaeris_mcp-0.2.1.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kaeris_mcp-0.2.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file kaeris_mcp-0.2.1.tar.gz.

File metadata

  • Download URL: kaeris_mcp-0.2.1.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for kaeris_mcp-0.2.1.tar.gz
Algorithm Hash digest
SHA256 c606e85f763117d1f6dc18cca11a50d1e1e75e896a9d57785ea9317ecdf0d0eb
MD5 fa9f7bd40ad68ebcad4979a610b2af0e
BLAKE2b-256 ee5f67323b745e5feb9c18e8b123951b75112c6762d49ac727ba59e25d027182

See more details on using hashes here.

File details

Details for the file kaeris_mcp-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: kaeris_mcp-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for kaeris_mcp-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 64da9b47b1009582b323ff36d6acc3edcc8ca4efd11d134f5af42691bb910897
MD5 dd0c2d8becdac0cb3306069c5f45a17c
BLAKE2b-256 1a7f0933bebbbb807a8becba41897ed3581edb8e5cc160317200a63a4ff51024

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page