Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Japan Ux
Japan Ux logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 10:53:11 PM

Japan Ux

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

MCP for building Japan-native websites with AI.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "japan-ux": {
      "command": "npx",
      "args": [
        "-y",
        "japan-ux-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

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

Terminal
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.

Claude Code โ€” ~/.claude/.mcp.json
config.json
{
  "mcpServers": {
    "japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
  }
}
Cursor โ€” ~/.cursor/mcp.json
config.json
{
  "mcpServers": {
    "japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
  }
}
Windsurf โ€” ~/.codeium/windsurf/mcp_config.json
config.json
{
  "mcpServers": {
    "japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
  }
}
VS Code (GitHub Copilot) โ€” .vscode/mcp.json
config.json
{
  "servers": {
    "japan-ux": { "type": "stdio", "command": "npx", "args": ["-y", "japan-ux-mcp"] }
  }
}
Cline (VS Code extension)

Open Cline's MCP settings panel and add:

config.json
{
  "mcpServers": {
    "japan-ux": { "command": "npx", "args": ["-y", "japan-ux-mcp"] }
  }
}
Claude Desktop โ€” claude_desktop_config.json
config.json
{
  "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
Zed โ€” ~/.config/zed/settings.json
config.json
{
  "context_servers": {
    "japan-ux": { "command": { "path": "npx", "args": ["-y", "japan-ux-mcp"] } }
  }
}

From source

bash
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:

config.json
{ "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

Code
Build a registration form for a Japanese B2B SaaS product. Include name,
email, phone, company, and address. Use TSX with Tailwind.
Code
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>
Code
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>
Code
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?"
Code
Check this CSS for Japanese typography issues:
body { font-family: Arial; font-size: 14px; line-height: 1.4; font-style: italic; }
Code
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

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Revdoku logoRevdoku

    Publish websites from AI agents using Revdoku buckets.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Revdoku โ†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    ๐Ÿ’ป Developer Tools1 views
    Compare vs PraisonAI โ†’
  • Puter MCP logoPuter MCP

    Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Puter MCP โ†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Labelhead Artist Momentum โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Japan Ux

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "japan-ux": { "command": "npx", "args": ["-y", "japan-ux"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJapan Ux AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/japan-ux?style=directory)](https://allmcps.com/mcp/japan-ux)
HTML Embed
<a href="https://allmcps.com/mcp/japan-ux"><img src="https://allmcps.com/api/badge/japan-ux?style=directory" alt="Japan Ux on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
33Quality signal: Emerging ยท 33/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools14/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Japan Ux โ†’Install in Claude DesktopInstall in CursorInstall in VS Code