Skip to content
Cursor

i18n agent action for Cursor

io.github.samyuan1990/i18n-agent-action

An i18n github action for language translate

client:Cursor transport:stdio runtime:oci

Install i18n agent action in Cursor

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

{
  "mcpServers": {
    "i18n-agent-action": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/SamYuan1990/i18n-agent-action:mcp"
      ]
    }
  }
}

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

i18n agent action in other clients