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:
| Package | Tools | Purpose |
|---|---|---|
@better-i18n/mcp | 11 tools | Translation management (keys, translations, publishing) |
@better-i18n/mcp-content | 17 tools | Content 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.tsto 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/mcpPaste 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/mcpSee 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:
- Verify the keys exist.
- Generate accurate translations in context.
- Apply them directly to your project using the Available Tools.