Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

shipi18n in other clients