shipi18n for Cursor
io.github.shipi18n/shipi18n
Translation QA for locale files: keyless validators, semantic review and BYO-key translation
client:Cursor
transport:stdio
runtime:npm
Install shipi18n in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shipi18n": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@shipi18n/mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs