MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Japan Ux MCP Server

by User
Developer ToolsLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (6/6 approved).

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

japan-ux-mcp

npm version npm downloads MCP Badge japan-ux-mcp MCP server License: MIT

Japan Design — UI + UX correctness for AI coding agents. A front-end enforcer: point it at real CSS/markup and it scores your UI against the Japanese standard — typography (kinsoku, line-height, fonts), colour symbolism, font performance — with W3C JLReq / JIS X 4051 citations and fixes. Plus the full UX layer: forms (姓名/furigana), keigo, trust signals, legal, and seasonal design.

Lead tool: review_jp_ui — the front-end correctness enforcer (run it on any UI, including Western-built, before shipping to Japan).

Eleven tools, ten prompts, nine resources. Runs locally, no API keys. Findings are labelled spec (JLReq/JIS) vs convention (documented JP web practice) so authority is never overstated.

Install

claude mcp add japan-ux -- npx -y japan-ux-mcp

JSON config

The server config is the same across clients; only the file path differs.

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

Open Cline's MCP settings panel and add:

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

Config path:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "context_servers": {
    "japan-ux": { "command": { "path": "npx", "args": ["-y", "japan-ux-mcp"] } }
  }
}

From source

git clone https://github.com/mrslbt/japan-ux-mcp.git
cd japan-ux-mcp
npm install && npm run build

Point the client config at the built entry:

{ "command": "node", "args": ["/absolute/path/to/japan-ux-mcp/dist/index.js"] }

Tools

ToolDescription
review_jp_uiFlagship enforcer — scores CSS/markup against the Japanese UI standard (typography, colour, font payload) with JLReq/JIS citations and fixes.
generate_jp_formOutputs Japanese form markup: 姓/名 order, furigana, 〒 postal auto-fill, 3-field phone, 年月日 dates.
validate_jp_formScores a form against JP conventions (0-100) with issues, severity, and code fixes.
generate_jp_placeholderReturns test data: names in kanji/katakana/romaji, real postal codes, formatted phone numbers, era dates.
suggest_keigo_levelConverts English UI text to Japanese at the appropriate politeness level for a given business context.
score_japan_readinessRates a page across five categories: forms, copy, trust signals, typography, cultural fit.
transform_for_japanRewrites Western markup into Japan-ready markup with a before/after score and per-change explanations.
check_jp_typographyAudits CSS for Japanese typography: font stacks, line-height, kinsoku shori, sizing, palt.
get_seasonal_contextReturns the current season, active events, 24 microseasons (二十四節気), and launch blackout windows.
audit_japan_uxSeven-category audit (layout, typography, visual, navigation, trust, content, mobile) with a letter grade.
design_direction_for_japanProduces a Japan-specific design brief from brand type, audience, and industry.

Prompts

PromptDescription
japan_formWalks through building a Japanese form.
japan_auditAudits pasted markup for JP UX issues.
japan_transformTransforms Western markup with before/after scoring.
japan_testdataGenerates Japanese test data for prototypes.
japan_keigoReturns UI text at the appropriate politeness level.
japan_scoreScores a page description for Japan-readiness.
japan_typographyChecks CSS for Japanese typography issues.
japan_seasonalReturns seasonal design context for a specific month.
japan_full_auditRuns a full seven-category Japanese UX audit.
japan_design_directionGenerates a Japan-specific visual direction.

Resources

ResourceContent
keigo-guideFour politeness levels across eight business contexts, 30+ UI copy patterns.
form-checklistJapanese form conventions for pre-ship review.
phone-formatsMobile, landline, toll-free, IP phone patterns with field-split rules.
era-calendar令和 through 明治 with date ranges and conversion formulas.
typography-guideFont stacks, type scale, line-height, kinsoku shori, CSS suggestions.
seasonal-calendar24 events, 24 microseasons, seasonal palettes, launch blackout dates.
trust-checklistTrust signals, legal pages, and social proof by site type.
color-guideJapanese color meanings, the red-name taboo, visual design rules.
layout-guideGrid, spacing, density, responsive breakpoints, structural patterns.

Example prompts

Build a registration form for a Japanese B2B SaaS product. Include name,
email, phone, company, and address. Use TSX with Tailwind.
Audit this form for Japanese conventions:
<form>
  <input name="firstName" placeholder="First Name" />
  <input name="lastName" placeholder="Last Name" />
  <input name="email" />
  <input name="phone" />
  <button>Submit</button>
</form>
Transform this form for the Japanese market (fintech context):
<form>
  <label>First Name <input name="firstName" /></label>
  <label>Last Name <input name="lastName" /></label>
  <label>Phone <input name="phone" /></label>
  <label>Address <input name="address" /></label>
  <button type="submit">Submit</button>
</form>
I need Japanese UI copy for a banking app:
- Error: "Invalid email address"
- Button: "Submit application"
- Empty state: "No transactions yet"
- Confirmation: "Are you sure you want to delete?"
Check this CSS for Japanese typography issues:
body { font-family: Arial; font-size: 14px; line-height: 1.4; font-style: italic; }
Run a Japanese UX audit on this B2B SaaS landing page. Hero with English
tagline, feature grid, pricing table, no phone number in header, no
company info page, single-column layout.

Bundled data

All data ships with the package. No external APIs, no keys, no network calls.

DataCountDetails
Prefectures47Code, name, kana, romaji, region
Names10050 surnames + 50 given names in kanji/kana/romaji
Addresses12Real postal codes across major cities
Phone formats6Mobile, landline, toll-free, IP, Navi Dial
Eras5令和 through 明治 with start/end dates
Keigo patterns30UI strings at 4 politeness levels across 9 element types
Width rules6Full-width/half-width validation per field type
Layout rules28Grid, spacing, density, responsive, structural patterns
Typography rules24Font stacks, sizing, line-height, wrapping, rendering
Font stacks7System, web, serif, mixed modern/elegant/rounded/corporate
Visual rules21Color meanings, imagery, icons, shadows, corners
Navigation rules16Header, footer, menu, search, breadcrumb, pagination
Trust signals20Company info, social proof, certifications, contact
Legal requirements10特定商取引法, APPI, 景品表示法, 薬機法, and more
Seasonal events25Full year with design impact and business notes
Microseasons24二十四節気 with approximate dates
Color meanings9Japanese-specific color associations with hex values
Platform patterns30+LINE, QR codes, mobile payments, IME handling, social sharing
Accessibility rules20+JIS X 8341-3, aging population, screen readers, furigana
Content patterns15+Density, copy, product pages, localization rules

Conventions covered

Forms and input

ConventionPractice
Name orderFamily name (姓) first, given name (名) second
FuriganaKatakana reading fields (セイ/メイ) below each name input
PhoneThree separate fields. Pattern: XXX-XXXX-XXXX
Address〒 postal code auto-fills prefecture + city. Large-to-small order
DatesSeparate 年/月/日 inputs with optional era display (令和6年 = 2024)
Character widthAuto-convert full-width digits and symbols to half-width on input
Confirmation確認画面 review screen before final submission

Typography

ConventionPractice
No italicsJapanese has no italic form. Use bold, color, or size for emphasis
Line-height 1.8+Kanji density requires more vertical space than Latin text
16px body minimumKanji readability breaks below 14px
Kinsoku shoriword-break: keep-all + line-break: strict. Never start a line with punctuation
Font stacksHiragino Sans, Yu Gothic, Meiryo cascade. Noto Sans JP for web fonts
Mixed EN/JPEnglish font first, Japanese fallback: "Inter", "Noto Sans JP", sans-serif

Layout and structure

ConventionPractice
Information densityDense layouts are trusted. Sparse reads as hiding information
1280px PC / 375px mobileStandard artboard sizes with 140-160px side margins
Section spacing100px between major sections (PC), 60px on mobile
Alternating zigzagImage-left/text-right, then reverse. Standard on Japanese LPs
BreadcrumbsRequired on all interior pages
Repeat CTAsPlace conversion buttons at multiple scroll points

Trust and legal

ConventionPractice
特定商取引法Required legal disclosure for ecommerce. Seller info, returns, payment
会社概要Company profile page with address, CEO name, capital, founding year
Phone in headerVisible phone number signals legitimacy. 0120 toll-free preferred
Privacy policy個人情報保護方針 required by APPI (amended April 2022)
Proof numbersSpecific metrics near hero: 1,247社導入, 業務効率30%改善
KeigoFour politeness levels mapped to eight business contexts

Visual and color

ConventionPractice
Red = prosperityNot danger. Used freely as a primary brand color
No red namesRed-on-white for names carries a death association. Use dark text
Black + white aloneFuneral association. Add an accent color
Bright palettesDense, colorful layouts are normal. Dark theme adoption lags the West
Manga/anime illustrationUsed across industries, including banks and government

Seasonal

ConventionPractice
4 seasons, 24 microseasonsEach has distinct color palettes and design motifs
Golden Week (Apr 29 - May 5)Launch blackout. Most businesses closed
Obon (Aug 13-16)Launch blackout. Travel peak
Christmas is romanticCouples celebrate. Families gather at New Year
お中元 / お歳暮Mid-year and year-end gift seasons. Major ecommerce windows

Client support

ClientSupport
Claude CodeTools, prompts, resources
CursorTools, prompts, resources
WindsurfTools, prompts, resources
VS Code (GitHub Copilot)Tools, prompts, resources
ClineTools, prompts, resources
Claude DesktopTools, prompts, resources
ZedTools and resources
Any stdio MCP clientTools, prompts, resources

日本語

日本のWeb UX慣習のためのMCPサーバーです。姓名順、フリガナ、3分割電話番号、〒住所フロー、敬語レベル、タイポグラフィ、信頼シグナル、特定商取引法などの法要件、季節デザインをツール・プロンプト・リソースとして提供します。

Claude Code、Cursor、Windsurf など MCP 対応クライアントで動作します。ローカル動作、APIキー不要。

Disclaimer

This server returns guidance, style rules, and cultural context for building Japanese-facing products. It does not call any brand's API or act on a brand's behalf. Company and service names that appear in examples or recommendations (banks, mobile carriers, payment services, delivery companies, etc.) are referenced as cultural context for users in Japan, not as endorsements or affiliations. All trademarks belong to their respective owners.

License

MIT


More MCPs

MCPWhat it does
ripprYouTube transcript ripper for humans and AI agents
RakutenSearch Rakuten's marketplace, books, and hotels
XenditXendit payment APIs: invoices, disbursements, balances

Built by Marsel Bait in Tokyo

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Links

Source Codenpm Package

Details

Published April 16, 2026
Version 2.0.0
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
498
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
68
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
24
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
17
Installs
10.0
Security
No ratings yet
Local