Skip to content
Cursor

ja normalize for Cursor

io.github.kojimahyui01/ja-normalize

Holidays/business days for 200+ countries; Japanese address, name, bank and company normalization.

client:Cursor transport:stdio runtime:npm

Install ja normalize in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ja-normalize": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ja-normalize-mcp"
      ],
      "env": {
        "X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>"
      }
    }
  }
}

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

ja normalize in other clients