Skip to content
VS Code

i1n for VS Code

io.github.pakvothe/i1n

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

client:VS Code transport:stdio runtime:npm

Install i1n in VS Code

.vscode/mcp.json

{
  "servers": {
    "i1n": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "i1n"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

i1n in other clients