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.
Basic information
More AI & Agents MCP servers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Comments