@the-i18n-kit/mcp

Let your AI agent manage translations — find orphans, translate missing keys, add languages. Works with Cursor, Claude, VS Code. Supports Nuxt, Laravel, Vue, React/Next.js, and any framework.


Keywords
mcp, mcp-server, modelcontextprotocol, i18n, internationalization, translation, localization, locale, l10n, nuxt, laravel, vue, react, nextjs, ai-agent, cursor, claude, developer-tools, cli
License
MIT
Install
npm install @the-i18n-kit/mcp@10.2.0

Documentation

the-i18n-kit

CI License Glama score

The i18n toolkit for AI agents and large monorepos. Find missing keys, remove dead ones, and rename across every locale and layer at once — from your agent, your terminal, or your pipeline.


Packages

Package Version What it is
@the-i18n-kit/cli npm The CLI, and the library every other surface is built on
@the-i18n-kit/mcp npm MCP server, for AI coding agents
@the-i18n-kit/nuxt npm Publishes the layer graph Nuxt already resolved

A GitHub Action and a GitLab CI template ship from this repository too.

Quick Start

npm install -g @the-i18n-kit/cli

the-i18n-cli init        # write a config from what it detects
the-i18n-cli status      # coverage per locale and per layer
the-i18n-cli missing     # what is not translated yet

For an AI agent, point your MCP host at the server:

{
  "mcpServers": {
    "the-i18n-mcp": {
      "command": "npx",
      "args": ["@the-i18n-kit/mcp@latest"]
    }
  }
}

Getting started · MCP setup · CLI reference

Documentation

Everything lives on the documentation site. The reference sections are generated from the source they describe, so they cannot drift from it.

Why this toolkit Who it is for, and who it is not
Monorepos and layers The consumer graph, shared libraries, misplaced usages
Frameworks Nuxt, Laravel, Vue, React/Next, generic
Configuration Where it lives, precedence, every field
CI/CD The Action and the GitLab template
CLI · MCP tools Generated reference

Development

pnpm install
pnpm build
pnpm test
pnpm lint
pnpm typecheck

DEBUG=1 enables verbose logging to stderr. See CONTRIBUTING.md.

License

MIT