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).
Run
npx -y ai-l10n-mcp
MCP client config
{
"mcpServers": {
"l10n-dev-ai-localization-agent": {
"command": "npx",
"args": [
"-y",
"ai-l10n-mcp"
]
}
}
}