shipi18n

Shipi18n/shipi18n
★ 0 stars JavaScript AI/LLM Updated 5d ago
Open-source, bring-your-own-LLM i18n translation tooling — core engine, CLI, MCP server, Vite plugin and GitHub Action
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shipi18n": {
      "command": "npx",
      "args": [
        "-y",
        "Shipi18n/shipi18n"
      ]
    }
  }
}