Skip to content
Zed

L10n.dev - AI Localization Agent for Zed

io.github.l10n-dev/ai-l10n-mcp

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

client:Zed transport:stdio runtime:npm

Install L10n.dev - AI Localization Agent in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "ai-l10n-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-l10n-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

L10n.dev - AI Localization Agent in other clients