Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.elsahafy/ux-mcp-server

NPM · @ELSAHAFY/UX-MCP-SERVER · SCANNED SEP 20

UX toolkit: 28 knowledge resources, 23 analysis tools & 4 workflow prompts for any MCP client

0 this week 86 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 171 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2524 tokens (~42/item across 59 items; 23 tools + 36 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 23 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.elsahafy/ux-mcp-server server?

io.github.elsahafy/ux-mcp-server runs locally as an npm package, launched with npx -y @elsahafy/ux-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @elsahafy/ux-mcp-server

# add to Claude Code
claude mcp add elsahafy-ux-mcp-server -- npx -y @elsahafy/ux-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "elsahafy-ux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@elsahafy/ux-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "elsahafy-ux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@elsahafy/ux-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add elsahafy-ux-mcp-server -- npx -y @elsahafy/ux-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "elsahafy-ux-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@elsahafy/ux-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add elsahafy-ux-mcp-server --command npx --arg -y --arg @elsahafy/ux-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  elsahafy-ux-mcp-server:
    command: "npx"
    args: ["-y", "@elsahafy/ux-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "elsahafy-ux-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@elsahafy/ux-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add elsahafy-ux-mcp-server -t stdio -c npx -a -y @elsahafy/ux-mcp-server
// mcp.json
{
  "mcpServers": {
    "elsahafy-ux-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@elsahafy/ux-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 8 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@elsahafy/ux-mcp-server@4.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 23 exposed · ~1,819 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_accessibility ~58

Analyze HTML/JSX code for accessibility issues based on WCAG guidelines. Returns specific violations and suggestions.

NameTypeReqDescription
codestringyesHTML or JSX code to analyze
levelstringWCAG conformance level to check against

No output schema declared.

No examples provided.

analyze_data_viz ~106

Review data visualization for accessibility and clarity. Checks chart type appropriateness, color usage, labels, and accessibility.

NameTypeReqDescription
chart_typestringyesType of chart/visualization (e.g., 'bar chart', 'line chart', 'pie chart', 'scatter plot')
data_descriptionstringyesDescription of the data being visualized
purposestringPurpose of the visualization (e.g., 'comparison', 'trend', 'composition', 'distribution')

No output schema declared.

No examples provided.

analyze_information_architecture ~71

Analyze and suggest improvements to information architecture. Reviews navigation, labeling, hierarchy, and content organization.

NameTypeReqDescription
issuesstringKnown issues or pain points (optional)
site_structurestringyesDescription or sitemap of current structure
user_goalsstringyesPrimary user goals and tasks

No output schema declared.

No examples provided.

analyze_performance ~60

Analyze code for performance issues and Core Web Vitals optimization. Checks resource loading, image optimization, and rendering performance.

NameTypeReqDescription
check_typestringSpecific performance aspect to check
codestringyesHTML/CSS/JS code to analyze

No output schema declared.

No examples provided.

audit_design_system ~54

Audit design system implementation for consistency with best practices. Checks tokens, naming, and structure.

NameTypeReqDescription
tokensstringyesJSON or CSS of design tokens to audit
typestringType of tokens to audit

No output schema declared.

No examples provided.

calculate_ux_metrics ~105

Calculate key UX metrics and benchmarks. Computes SUS score, NPS, task success rate, and provides interpretation.

NameTypeReqDescription
datastringyesRaw data (e.g., 'SUS responses: 4,2,5,4,3,2,5,4,4,3' or 'NPS scores: 9,8,10,7,6,9,10')
metric_typestringyesType of UX metric to calculate

No output schema declared.

No examples provided.

check_contrast ~82

Check color contrast ratio for WCAG compliance. Supports hex, rgb, and named colors.

NameTypeReqDescription
backgroundstringyesBackground color
foregroundstringyesForeground color (text)
large_textbooleanIs the text large (18pt+ or 14pt+ bold)?
levelstringWCAG level to check

No output schema declared.

No examples provided.

check_responsive ~57

Analyze code for mobile-first principles and responsive design issues. Checks viewport meta, touch targets, and breakpoints.

NameTypeReqDescription
check_typestringSpecific responsive aspect to check
codestringyesHTML/CSS code to analyze

No output schema declared.

No examples provided.

check_seo ~55

Analyze HTML for SEO best practices. Checks meta tags, Open Graph, structured data, and technical SEO elements.

NameTypeReqDescription
htmlstringyesHTML code to analyze
urlstringOptional: Page URL for context

No output schema declared.

No examples provided.

detect_dark_patterns ~69

Detect dark patterns and ethical design violations. Identifies manipulative UI practices and suggests ethical alternatives.

NameTypeReqDescription
flow_descriptionstringyesDescription of user flow or interface (e.g., 'subscription cancellation', 'cookie consent', 'checkout')
screenshot_urlstringURL to screenshot (optional)

No output schema declared.

No examples provided.

generate_accessibility_report ~61

Generate comprehensive accessibility audit report. Checks WCAG compliance, keyboard navigation, screen reader compatibility, and semantic HTML.

NameTypeReqDescription
urlstringyesURL or page identifier to audit
wcag_levelstringWCAG compliance level to check against

No output schema declared.

No examples provided.

generate_color_palette ~80

Generate accessible color palette from a base color. Returns primary, secondary, neutral, and semantic colors with WCAG-compliant variations.

NameTypeReqDescription
base_colorstringyesBase color (hex, rgb, or color name)
harmony_typestringColor harmony type to generate
include_neutralsbooleanInclude grayscale neutrals

No output schema declared.

No examples provided.

generate_component_example ~94

Generate framework-agnostic HTML/CSS example following UX best practices for a specific pattern.

NameTypeReqDescription
include_accessibilitybooleanInclude ARIA attributes and accessibility features
patternstringyesPattern name (e.g., 'search', 'modal', 'form', 'button', 'data-table')
variantstringOptional: Specific variant (e.g., 'primary', 'ghost', 'inline')

No output schema declared.

No examples provided.

generate_typography_scale ~95

Calculate modular typography scale with recommended sizes for headings and body text. Returns complete type scale with line heights.

NameTypeReqDescription
base_sizenumberBase font size in pixels (typically 16)
scale_rationumberScale ratio (e.g., 1.2 for minor third, 1.5 for perfect fifth)
stepsnumberNumber of steps to generate (up and down from base)

No output schema declared.

No examples provided.

generate_wireframe ~98

Generate ASCII wireframe mockup for a page or component. Creates low-fidelity layout sketch using text characters.

NameTypeReqDescription
elementsstringKey elements to include (e.g., 'logo, search bar, user menu, main content area')
layoutstringOverall layout structure
page_typestringyesType of page/component (e.g., 'login page', 'dashboard', 'product card', 'navigation header')

No output schema declared.

No examples provided.

review_usability ~78

Review a UI description or code against Nielsen's usability heuristics. Provides ratings and specific recommendations.

NameTypeReqDescription
codestringOptional: Code implementation to review
descriptionstringyesDescription of the UI or component to review
focus_heuristicsarrayOptional: Specific heuristics to focus on (1-10)

No output schema declared.

No examples provided.

suggest_ab_variant ~107

Suggest A/B test variants for optimization. Provides hypothesis, variant designs, and metrics to track.

NameTypeReqDescription
current_performancestringCurrent metric (e.g., '2% conversion rate', '60% bounce rate')
elementstringyesElement to test (e.g., 'CTA button', 'headline', 'pricing page', 'checkout flow')
goalstringyesDesired outcome (e.g., 'increase conversions', 'reduce bounce', 'improve engagement')

No output schema declared.

No examples provided.

suggest_animation ~73

Suggest appropriate animation for a UI interaction. Returns animation type, duration, easing, and implementation guidance.

NameTypeReqDescription
contextstringOptional: Additional context about the interaction
interactionstringyesUI interaction to animate (e.g., 'button click', 'modal open', 'list item add', 'page transition')

No output schema declared.

No examples provided.

suggest_error_message ~91

Get user-friendly error message suggestions for specific scenarios. Returns message, tone guidance, and accessibility considerations.

NameTypeReqDescription
contextstringOptional: Additional context about the error
scenariostringyesError scenario (e.g., 'invalid email', 'required field', 'payment failed', 'file too large')
technical_messagestringOptional: Technical error message to translate to user-friendly language

No output schema declared.

No examples provided.

suggest_form_pattern ~79

Recommend optimal form layout and validation pattern. Returns layout recommendations, field types, and validation strategies.

NameTypeReqDescription
field_countnumberApproximate number of fields
form_typestringyesType of form (e.g., 'login', 'registration', 'checkout', 'contact', 'search')
platformstringTarget platform

No output schema declared.

No examples provided.

suggest_microcopy ~84

Suggest user-friendly microcopy for UI elements. Returns context-aware suggestions for buttons, labels, messages, and help text.

NameTypeReqDescription
contextstringyesContext of the element (e.g., 'login button', 'email field', 'payment success')
element_typestringyesType of UI element needing copy
tonestringDesired tone of voice

No output schema declared.

No examples provided.

suggest_microinteraction ~90

Suggest microinteractions for UI elements. Provides animation, feedback, and transition recommendations.

NameTypeReqDescription
contextstringContext of interaction (e.g., 'delete action', 'successful save', 'error state')
elementstringyesUI element (e.g., 'button', 'toggle switch', 'like button', 'form submission', 'loading')
platformstringTarget platform

No output schema declared.

No examples provided.

suggest_pattern ~72

Suggest appropriate UI pattern for a given use case. Returns pattern details, best practices, and implementation guidance.

NameTypeReqDescription
constraintsstringOptional: Specific constraints or requirements
use_casestringyesDescription of what you're trying to build (e.g., 'user navigation', 'form validation', 'data display')

No output schema declared.

No examples provided.

Common questions

What is the io.github.elsahafy/ux-mcp-server server?

io.github.elsahafy/ux-mcp-server is listed in the public MCP registry as io.github.elsahafy/ux-mcp-server. UX toolkit: 28 knowledge resources, 23 analysis tools & 4 workflow prompts for any MCP client. This page covers its npm package (@elsahafy/ux-mcp-server).

Is the io.github.elsahafy/ux-mcp-server server safe to use?

io.github.elsahafy/ux-mcp-server scores 86 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.elsahafy/ux-mcp-server server expose?

io.github.elsahafy/ux-mcp-server exposes 23 tools: analyze_accessibility, review_usability, suggest_pattern, generate_component_example, audit_design_system, and 18 more. Their descriptions and schemas cost roughly 1,819 tokens of context every time the server is loaded.

Is the io.github.elsahafy/ux-mcp-server server still maintained?

io.github.elsahafy/ux-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.elsahafy/ux-mcp-server server under?

io.github.elsahafy/ux-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.