Agent-complete localization: extract strings, push keys, AI-translate, pull type-safe TS types.
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.
Your app in every language. One command.

Localization as code. Push your translation keys, AI translates to 182 languages, pull type-safe TypeScript definitions. Built for developers, AI agents, and product teams.
Free forever Β· No credit card Β· i1n.ai
Traditional i18n means dozens of JSON files, zero type safety, hours of copy-pasting, and deploys that break at 2 AM. Existing tools charge $144+/mo and require browser-based workflows.
i1n is different:
i1n push --translate es,fr,ja and you're donei1n.d.ts with full IDE autocompleteSupports npm, pnpm, yarn, and bun.
i1n initInteractive setup that prepares your workspace.
i1n.config.json (automatically ignored via .gitignore).i1n pushSyncs your local translations to i1n.
Flags:
--translate [langs] β trigger AI translation after push (e.g. --translate es,fr,ja)--strategy <mode> β how to handle real conflicts: interactive (default in TTY), ours, theirs, abort--force β shorthand for --strategy ours (overwrite the server with your local values; destructive)i1n pullDownloads translations and generates type-safe IDs.
i1n.d.ts for full IDE autocomplete.i1n limitsReal-time usage tracking.
i1n checkCatch broken translations before they ship. Built for CI.
{{count}} lost in translation), empty values, and malformed files.--min-coverage 95 fails the build when translation coverage drops below your threshold.--json for tooling. Exit codes: 0 clean, 1 errors found, 2 config problem.i1n setup-aiTurns your IDE into a localization expert.
.mdc), Claude Code (CLAUDE.md), Windsurf, and more.i1n mcpMCP server for AI coding assistants.
Starts a Model Context Protocol server that lets Cursor, Claude Code, Windsurf, and other AI assistants execute i1n commands directly from your IDE.
9 tools available:
| Tool | Description |
|---|---|
i1n_status | Get project status, plan, limits, and active languages |
i1n_check | Validate locale files offline: missing keys, broken placeholders, coverage |
i1n_push | Push local translation files with three-way diff (preserves server-side edits, aborts on conflict so the agent can resolve) |
i1n_pull | Pull translations and generate type-safe TypeScript definitions |
i1n_translate | Translate keys to specified languages using AI |
i1n_add_language | Add new languages with optional auto-translation |
i1n_extract_and_translate | Extract strings from code, push as keys, translate to all languages |
i1n_search | Search existing translation keys by name or value |
i1n_setup_bridge | Detect your i18n library (i18next, vue-i18n, next-intl, etc.) and wire up i1n bridge mode end-to-end |
The killer workflow β tell your AI agent "internationalize this component":
i1n_extract_and_translate with the extracted stringst('key') callsA 60-minute task in 30 seconds.
i1n is designed for teams where multiple people edit translations in parallel β devs in different branches, copywriters in the dashboard, AI agents via MCP. i1n push is safe to run without worrying that your local working tree might pulverize someone else's edits.
Before every push, the CLI:
L).S).(namespace, key, lang) against the last baseline you synced (P, stored in locales/.i1n-push-state.json).For each (key, lang) the diff places it in one of these buckets:
| Local | Server | Baseline | Action |
|---|---|---|---|
== server | β | β | unchanged, skip |
== baseline | changed | β | server-only β auto-pull into your locale files |
| changed | == baseline | β | local edit β push it |
| changed | changed | both moved | conflict β resolve interactively |
| missing | present | present in baseline | warn, don't propagate (no delete verb) |
Only the languages that genuinely changed locally are sent. Languages you didn't touch are not in the payload, so the server's per-language merge preserves them. No more "my push silently overwrote yield_rate that I never even opened".
A real conflict means you and someone else both edited the same (key, lang) to different values since the last sync. The CLI shows each one and asks you to pick:
For batch / CI / non-interactive environments, pass a strategy:
In non-TTY contexts (e.g. CI without a strategy flag), push aborts with a diff of the conflicts so you can resolve in code.
If a teammate or someone in the dashboard updated a key you never touched, the server's value is automatically written into your local file at push time and your i1n.d.ts is regenerated if needed. Your working tree ends up reflecting reality β your git diff will show the bring-in so you can commit it alongside your own changes.
The MCP i1n_push tool runs the same diff but defaults to abort on conflict because an AI agent should not silently pick a winner. Conflicts are reported in the response so the agent can decide to pull, ask you, or resolve manually before retrying.
locales/.i1n-push-state.json is gitignored by design β it's working-tree state, like .git/index. On a fresh clone or new branch where the file doesn't exist, the baseline is synthesized from the server. Any local divergence from the server is then treated as a conflict (the CLI can't tell whether you edited locally or have stale data). Run i1n pull first if you just cloned and want to bring everything in cleanly.
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/i1n)<a href="https://allmcps.com/mcp/i1n"><img src="https://allmcps.com/api/badge/i1n?style=directory" alt="I1n on AllMCPs" /></a>