Odel
i1n cli

i1n cli

Local
@pakvothe2TypeScriptMITUpdated 3w ago

Agent-complete localization: extract strings, push keys, AI-translate, pull type-safe TS types.

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).

npmi1nv1.4.7

Run

npx -y i1n

MCP client config

{
  "mcpServers": {
    "i1n-cli": {
      "command": "npx",
      "args": [
        "-y",
        "i1n"
      ]
    }
  }
}