Validated, sub-agent per-locale translation of Paraglide JS / inlang message-format projects.
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 Paraglide Messages MCP.
project_infoLocales, base locale, `totalKeys` across all locales, `translatableKeys` from non-empty base messages, per-locale translated/missing counts, extra non-source keys, and the startup translation style brief when configured.
get_translation_batchNext batch of untranslated messages for a locale (default 50), with source text and required placeholders. Optionally autosaves the previous batch in the same call (pass `translations`), so the loop is one round-trip per batch and the final batch is saved by the call that reports `done`.
get_retranslation_batchCursor-paged batch over *already-translated* messages too β refresh stale entries after source/terminology changes. Same optional autosave as `get_translation_batch`.
save_translationsValidate and persist translations for one locale; per-item results β overwrites existing values. (The batch tools share this save core for their autosave.)
list_message_keysKeys only, filterable by prefix and status, paginated.
get_messagesFull message content by keys or prefix.
An MCP server that turns AI agents into a parallel translation team for
Paraglide JS /
inlang messages/{locale}.json files.
The agent calling the tools is the translator. The server makes that safe and fast:
No installation β add this to your .mcp.json (Claude Code) or
claude_desktop_config.json:
--project is optional: the server finds project.inlang in the working
directory (or a single *.inlang directory up to one level deep) by itself.
--translation-style is optional but recommended: it gives agents the
linguistic brief to use for tone, formality, and terminology instead of
deriving style from existing translations.
Then ask your agent to translate β or use the translate_project prompt to
translate every locale at once with one subagent per locale.
| Tool | Purpose |
|---|---|
project_info | Locales, base locale, totalKeys across all locales, translatableKeys from non-empty base messages, per-locale translated/missing counts, extra non-source keys, and the startup translation style brief when configured. |
get_translation_batch | Next batch of untranslated messages for a locale (default 50), with source text and required placeholders. Optionally autosaves the previous batch in the same call (pass translations), so the loop is one round-trip per batch and the final batch is saved by the call that reports done. |
get_retranslation_batch | Cursor-paged batch over already-translated messages too β refresh stale entries after source/terminology changes. Same optional autosave as get_translation_batch. |
save_translations | Validate and persist translations for one locale; per-item results β overwrites existing values. (The batch tools share this save core for their autosave.) |
list_message_keys | Keys only, filterable by prefix and status, paginated. |
get_messages | Full message content by keys or prefix. |
search_messages | Find messages by text or key substring. |
delete_messages / rename_message | Key management across all locales. |
remove_orphan_messages | Delete target-locale keys that are absent from the source locale (base locale by default), optionally scoped by locale or prefix. |
add_locale / remove_locale | Locale management in settings.json. |
| Prompt | Purpose |
|---|---|
translate_project | Translate every locale: the main agent uses the startup translation style brief (or asks the user for one), then fans out one subagent per locale in parallel. |
translate_locale | Translate one locale via the batch loop. |
translate_prefix | Same, scoped to keys starting with a prefix. |
retranslate | Redo existing translations (stale copy, changed terminology) β by key prefix, every target locale by default, one subagent per locale. |
review_locale | Review existing translations against the base locale and fix problems. |
Read-only state is also exposed as MCP resources
(paraglide://project/info, paraglide://locales/{locale}/missing,
paraglide://messages/{locale}/{key}), so clients can pin it as context
without spending tool calls.
skill/paraglide-translation/ is an optional installable skill in the open
Agent Skills format. The skill simply points the agent to the MCP server.
For other skills-compatible agents, replace codex with that agent's
skills CLI target name. You can list the skill before installing:
Requires the standard Paraglide JS setup: the inlang message format
plugin with a single message file per locale (any pathPattern location).
Other inlang plugins (i18next, next-intl, ICU) and multi-file namespaces are
deliberately not supported β see COMPATIBILITY.md for
the exact criteria and reasoning.
A full 10-locale translation run over a 5,000-message project costs ~3 s of server time (M1 Max Mac Studio)β the pipeline is bounded by the agent's translation speed, not the server.
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/paraglide-messages-mcp)<a href="https://allmcps.com/mcp/paraglide-messages-mcp"><img src="https://allmcps.com/api/badge/paraglide-messages-mcp?style=directory" alt="Paraglide Messages MCP on AllMCPs" /></a>