MCP.so
Sign In

AI Localization Agent

@l10n.dev

About AI Localization Agent

Stop wasting AI tokens on localization. Instead of loading large i18n files into the AI's context, it translates them server-side via MCP (the ai-l10n-mcp package, built on the ai-l10n SDK), saving tokens and keeping the agent focused on coding.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "l10n": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-l10n-mcp"
      ],
      "env": {
        "L10N_API_KEY": "your-api-key-here"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

Large localization files waste tokens, fill your AI agent's context window, and drive up costs. The ai-l10n MCP server lets GitHub Copilot, Cursor, Claude Code, Codex, and Windsurf handle localization efficiently by processing translations server-side instead of loading entire i18n files into the model's context.

Your AI agent sends only the file path and translation options to l10n.dev, while the service performs translation, validates formatting, applies glossaries and style instructions, and returns production-ready results. The result is faster, cheaper, and more reliable localization without sacrificing your AI's coding context.

Key Benefits

  • Token-efficient — large localization files never enter your AI's context window.
  • Guaranteed format preservation — placeholders, keys, metadata, and file structure are automatically validated.
  • Persistent AI glossaries — consistent terminology across every file, translation chunk, and future session.
  • Custom linguistic instructions — define tone, style, or branding once and reuse automatically.
  • Incremental updates — translate only new or modified strings while preserving existing translations.
  • 165 supported languages — context-aware AI translations for modern localization workflows.
  • Production-ready output — no manual cleanup or post-editing required.

Instead of treating localization as another prompt, the ai-l10n MCP server gives your coding agent access to a dedicated localization engine built specifically for professional i18n workflows. It keeps your AI focused on writing code while handling translations with the consistency, validation, and efficiency that large multilingual projects require.

Comments

More AI & Agents MCP servers