Skip to content
Cursor

i1n for Cursor

io.github.pakvothe/i1n

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

client:Cursor transport:stdio runtime:npm

Install i1n in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

i1n in other clients