Skip to content
Zed

japan ux for Zed

io.github.mrslbt/japan-ux

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

client:Zed transport:stdio runtime:npm

Install japan ux in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "japan-ux": {
      "command": "npx",
      "args": [
        "-y",
        "japan-ux-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

japan ux in other clients