Odel
L10n.dev - AI Localization Agent

L10n.dev - AI Localization Agent

Local
@l10n-dev3TypeScriptMITUpdated 3w ago

MCP Server that turns your AI agent into a localization expert with token-efficient i18n translation

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmai-l10n-mcpv1.2.0

Run

npx -y ai-l10n-mcp

MCP client config

{
  "mcpServers": {
    "l10n-dev-ai-localization-agent": {
      "command": "npx",
      "args": [
        "-y",
        "ai-l10n-mcp"
      ]
    }
  }
}