Skip to content
Cursor

japan ux for Cursor

io.github.mrslbt/japan-ux

Japanese UI + UX correctness for AI coding agents — typography, forms, keigo, JLReq checks.

client:Cursor transport:stdio runtime:npm

Install japan ux in Cursor

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

{
  "mcpServers": {
    "japan-ux": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "japan-ux-mcp"
      ]
    }
  }
}

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

japan ux in other clients