Open-source, bring-your-own-LLM i18n translation tooling — core engine, CLI, MCP server, Vite plugin and GitHub Action
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"
]
}
}
}
Run in terminal:
claude mcp add shipi18n npx -y Shipi18n/shipi18n
Add to .cursor/mcp.json:
{
"mcpServers": {
"shipi18n": {
"command": "npx",
"args": [
"-y",
"Shipi18n/shipi18n"
]
}
}
}