Odel
japan ux mcp

japan ux mcp

Local
@mrslbtTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmjapan-ux-mcpv2.1.1

Run

npx -y japan-ux-mcp

MCP client config

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