Better I18NBetter I18N

Introduction

AI assistant integration for translation management

Better i18n MCP (Model Context Protocol) is the bridge between your AI assistant and your translation workspace. It allows tools like ChatGPT, Claude, Cursor, and Gemini to directly manage your project's i18n lifecycle.

Two MCP Servers

Better i18n provides two focused MCP servers to keep tool lists manageable:

PackageToolsPurpose
@better-i18n/mcp11 toolsTranslation management (keys, translations, publishing)
@better-i18n/mcp-content17 toolsContent management (models, entries, fields, localized content)

Install one or both depending on your workflow.

Core Features

  • AI-Native Workflow — Empower your AI to fix missing translations and create content.
  • Zero Scan Latency — Uses your i18n.config.ts to immediately connect to the cloud.
  • Efficient Bulk Updates — Single commands to update hundreds of values in seconds.
  • Context-Aware — AI understands your namespaces, models, and project structure.

Quick Start

Connect ChatGPT, Claude, or Gemini using the remote MCP server URL:

https://mcp.better-i18n.com/mcp

Paste this URL in your assistant's MCP settings and sign in with your Better i18n account. No installation needed.

See the AI Assistants guide for step-by-step instructions.

Add the server to Cursor, Claude Desktop, or Windsurf:

npx @better-i18n/mcp

See the Setup Guide for API key and environment configuration.

Why use MCP?

Instead of manually copying keys and text to the dashboard, you can simply ask:

"Translate the new auth namespace to Turkish and German."

The AI assistant will:

  1. Verify the keys exist.
  2. Generate accurate translations in context.
  3. Apply them directly to your project using the Available Tools.

On this page