io.github.elsahafy/ux-mcp-server

平台与服务

by elsahafy

面向任意 MCP client 的 UX 工具包,含 28 个知识资源、23 个分析工具和 4 个工作流提示。

什么是 io.github.elsahafy/ux-mcp-server

面向任意 MCP client 的 UX 工具包,含 28 个知识资源、23 个分析工具和 4 个工作流提示。

README

UX MCP Server

npm version CI License: MIT PRs Welcome GitHub issues AgentSeal MCP

Model Context Protocol (MCP) server that provides comprehensive UX best practices covering the complete UX ecosystem: accessibility guidelines (WCAG), usability heuristics (Nielsen), UI patterns, design systems, performance optimization, SEO, internationalization, animation, framework patterns (React/Vue/Angular), e-commerce, testing, PWA, ethical design, SaaS, analytics, voice UI, AR/VR, AI/ML patterns, healthcare, finance, neurodiversity, and web components.

Works with any MCP-compatible client including Claude Desktop, Cursor IDE, Continue.dev, Cline, and custom applications.

Installation

npm (Recommended)

bash
npm install -g @elsahafy/ux-mcp-server

npx (No Installation)

bash
npx @elsahafy/ux-mcp-server

From Source

bash
git clone https://github.com/elsahafy/ux-mcp-server.git
cd ux-mcp-server
npm install
npm run build

Features

📚 Resources (28 Knowledge Bases)

Access comprehensive UX knowledge bases organized by category:

Foundation & Core (12 resources)

  • ux://accessibility/wcag - WCAG 2.1 AA Guidelines with code checks
  • ux://usability/nielsen-heuristics - Nielsen's 10 Usability Heuristics
  • ux://patterns/ui-patterns - Common UI patterns library
  • ux://design-systems/principles - Design system principles & primitives
  • ux://responsive/design - Responsive design & mobile-first principles
  • ux://themes/dark-mode - Dark mode implementation guide
  • ux://content/error-messages - User-friendly error message library
  • ux://performance/optimization - Core Web Vitals & performance best practices
  • ux://seo/guidelines - SEO best practices, meta tags, structured data
  • ux://i18n/patterns - Internationalization & localization patterns
  • ux://animation/motion - Motion design principles & accessibility
  • ux://react/patterns - Advanced React patterns & state management

Critical Features (8 resources)

  • ux://forms/patterns - Comprehensive form design, validation & accessibility
  • ux://microcopy/guidelines - UX writing, button labels, error messages & tone
  • ux://typography/systems - Type scales, font pairing, readability & responsive typography
  • ux://color/theory - Color harmony, WCAG contrast, semantic colors & palettes
  • ux://mobile/patterns - Touch targets, gestures, thumb zones & mobile-first design
  • ux://vue/patterns - Vue 3 Composition API, composables, Pinia & best practices
  • ux://angular/patterns - Angular standalone components, signals, RxJS & DI
  • ux://data/visualization - Chart selection, accessibility, D3.js & dashboard design

Advanced Features (8 resources)

  • ux://ecommerce/patterns - Product pages, checkout, conversion & trust optimization
  • ux://information-architecture/patterns - IA systems, navigation, card sorting & tree testing
  • ux://testing/validation - Usability testing, A/B testing, surveys & analytics
  • ux://pwa/patterns - Service workers, offline-first, app manifest & progressive enhancement
  • ux://ethical-design/patterns - Dark patterns, privacy, GDPR/CCPA & ethical alternatives
  • ux://design-systems/advanced - Semantic tokens, theming, versioning & governance
  • ux://saas/patterns - Onboarding, pricing UX, activation metrics & retention
  • ux://analytics/metrics - UX metrics (HEART, AARRR), SUS, NPS & statistical analysis

Emerging Technologies (8 resources)

  • ux://voice/interface - Voice UI design, conversation patterns, VUI principles
  • ux://ar-vr/interfaces - Spatial UI, comfort, presence, 6DOF & AR anchoring
  • ux://ai-ml/patterns - AI transparency, confidence indicators, recommendations & ethics
  • ux://haptic/feedback - Haptic types, timing patterns & platform APIs
  • ux://healthcare/ux - HIPAA compliance, patient safety, medical UI & telemedicine
  • ux://finance/ux - PCI-DSS, 2FA, transaction flows & fintech patterns
  • ux://neurodiversity/design - ADHD, autism, dyslexia accommodations & cognitive accessibility
  • ux://web-components/patterns - Custom elements, Shadow DOM, Lit, Stencil & encapsulation

🛠️ Tools (23 Dynamic Operations)

Powerful tools for UX analysis and generation:

Core Analysis (11 tools)

  1. analyze_accessibility - Check code for WCAG violations
  2. review_usability - Evaluate against Nielsen's heuristics
  3. suggest_pattern - Find appropriate UI patterns for use cases
  4. generate_component_example - Create accessible HTML/CSS examples
  5. audit_design_system - Review design token structure
  6. check_contrast - Verify WCAG color contrast ratios
  7. check_responsive - Analyze mobile-first and responsive design
  8. suggest_error_message - Get user-friendly error messages
  9. analyze_performance - Check code for performance issues & Core Web Vitals
  10. check_seo - Analyze HTML for SEO best practices
  11. suggest_animation - Recommend animations for UI interactions

Design & Content (5 tools) 12. generate_color_palette - Create accessible color palettes from base colors 13. generate_typography_scale - Generate type scales with modular ratios 14. suggest_microcopy - Get UX writing recommendations for UI elements 15. recommend_form_pattern - Find optimal form layouts and validation patterns 16. suggest_data_visualization - Choose appropriate charts for data types

Testing & Validation (5 tools) 17. generate_accessibility_report - Comprehensive WCAG audit reports 18. suggest_ab_variant - Generate A/B test variant suggestions 19. analyze_information_architecture - Evaluate navigation and IA structure 20. detect_dark_patterns - Identify deceptive UI practices 21. calculate_ux_metrics - Calculate SUS, NPS, CSAT, task success rates

UI Generation (2 tools) 22. generate_wireframe - Create ASCII wireframes for pages/components 23. suggest_microinteraction - Recommend microinteractions with timing/easing

💬 Prompts (4 Pre-configured Workflows)

Comprehensive review workflows:

  1. accessibility_review - Full WCAG accessibility audit
  2. usability_audit - Complete Nielsen heuristics evaluation
  3. design_system_setup - Guide for creating design systems
  4. complete_ux_audit - Comprehensive multi-dimensional UX audit (accessibility, usability, performance, responsive design, typography, color, forms, SEO)

Compatibility

This MCP server works with any client that supports the Model Context Protocol:

ClientStatusConfiguration
Claude Desktop✅ Fully SupportedSee below
Claude Code (CLI)✅ Fully SupportedSee below
Cursor IDE✅ Fully SupportedSee below
Continue.dev✅ Fully SupportedSee below
Cline (VS Code)✅ Fully SupportedSee below
Zed Editor✅ Fully SupportedSee below
Custom MCP Clients✅ Fully SupportedSee below

Client Configuration

Claude Desktop

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
json
{
  "mcpServers": {
    "ux-best-practices": {
      "command": "ux-mcp-server"
    }
  }
}

From source:

json
{
  "mcpServers": {
    "ux-best-practices": {
      "command": "node",
      "args": ["/absolute/path/to/ux-mcp-server/dist/index.js"]
    }
  }
}

Restart Claude Desktop after configuration.

Claude Code (CLI)

Add via the CLI (recommended):

bash
claude mcp add ux -- npx -y @elsahafy/ux-mcp-server

Or manually in ~/.claude/settings.json:

json
{
  "mcpServers": {
    "ux": {
      "command": "npx",
      "args": ["-y", "@elsahafy/ux-mcp-server"]
    }
  }
}

Cursor IDE

Add to Cursor's MCP configuration (~/.cursor/mcp.json):

json
{
  "mcpServers": {
    "ux-best-practices": {
      "command": "ux-mcp-server"
    }
  }
}

Or configure via Cursor Settings → MCP Servers → Add Server.

Continue.dev

Add to Continue configuration (~/.continue/config.json):

json
{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "ux-mcp-server"
        }
      }
    ]
  }
}

Cline (VS Code)

In VS Code with Cline extension, add to MCP settings:

json
{
  "mcpServers": {
    "ux-best-practices": {
      "command": "ux-mcp-server",
      "args": []
    }
  }
}

Zed Editor

Add to Zed's settings (~/.config/zed/settings.json):

json
{
  "context_servers": {
    "ux-best-practices": {
      "command": {
        "path": "ux-mcp-server"
      }
    }
  }
}

Custom MCP Clients

For custom applications using the MCP SDK:

typescript
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
import { StdioClientTransport } from "@modelcontextprotocol/sdk/client/stdio.js";

const transport = new StdioClientTransport({
  command: "ux-mcp-server",
  args: []
});

const client = new Client({
  name: "my-app",
  version: "1.0.0"
}, {
  capabilities: {}
});

await client.connect(transport);

// List available resources
const resources = await client.listResources();

// Read a resource
const wcag = await client.readResource({ uri: "ux://accessibility/wcag" });

// Call a tool
const result = await client.callTool({
  name: "check_contrast",
  arguments: { foreground: "#333333", background: "#ffffff" }
});

Windows Notes

On Windows, use full paths with escaped backslashes:

json
{
  "mcpServers": {
    "ux-best-practices": {
      "command": "node",
      "args": ["C:\\Users\\YourName\\ux-mcp-server\\dist\\index.js"]
    }
  }
}

Example Usage

Once configured, you can ask your AI assistant to use these UX tools and resources. Here are some example prompts:

Accessibility Analysis

code
"Analyze this button for accessibility issues"
→ Uses: analyze_accessibility tool

"Check if #3b82f6 on #ffffff meets WCAG AA contrast requirements"
→ Uses: check_contrast tool

"Generate an accessibility audit report for my login page"
→ Uses: generate_accessibility_report tool

UI Patterns & Design

code
"I need to display a list of items with filtering - what UI pattern should I use?"
→ Uses: suggest_pattern tool

"Generate an accessible modal dialog example"
→ Uses: generate_component_example tool

"Create a color palette based on #3b82f6"
→ Uses: generate_color_palette tool

"Generate a wireframe for a dashboard page"
→ Uses: generate_wireframe tool

Performance & SEO

code
"Analyze this React component for performance issues"
→ Uses: analyze_performance tool (checks Core Web Vitals, bundle size, loading patterns)

"Review this HTML page for SEO best practices"
→ Uses: check_seo tool (validates meta tags, Open Graph, structured data)

UX Writing & Forms

code
"Suggest better microcopy for this error message"
→ Uses: suggest_microcopy tool

"What form pattern should I use for a multi-step checkout?"
→ Uses: recommend_form_pattern tool

Animation & Interaction

code
"What animation should I use for a button click?"
→ Uses: suggest_animation tool

"Suggest microinteractions for a toggle switch"
→ Uses: suggest_microinteraction tool

Testing & Metrics

code
"Calculate the SUS score from these survey responses"
→ Uses: calculate_ux_metrics tool

"Suggest A/B test variants for my pricing page"
→ Uses: suggest_ab_variant tool

"Check this page for dark patterns"
→ Uses: detect_dark_patterns tool

Accessing Knowledge Resources

code
"What are Nielsen's usability heuristics?"
→ Reads: ux://usability/nielsen-heuristics

"Show me WCAG accessibility guidelines"
→ Reads: ux://accessibility/wcag

"What are best practices for e-commerce checkout?"
→ Reads: ux://ecommerce/patterns

"How do I design for neurodiversity?"
→ Reads: ux://neurodiversity/design

Knowledge Base Contents

WCAG Guidelines

  • Perceivable (alt text, contrast, semantic HTML)
  • Operable (keyboard access, focus management)
  • Understandable (error handling, clear labels)
  • Robust (ARIA, assistive technology support)

Nielsen's Heuristics

  1. Visibility of System Status
  2. Match Between System and Real World
  3. User Control and Freedom
  4. Consistency and Standards
  5. Error Prevention
  6. Recognition Rather than Recall
  7. Flexibility and Efficiency of Use
  8. Aesthetic and Minimalist Design
  9. Help Users Recognize, Diagnose, and Recover from Errors
  10. Help and Documentation

UI Patterns

  • Navigation: Headers, breadcrumbs, tabs
  • Forms: Single column, multi-step wizards, validation
  • Feedback: Toasts, modals, loading states
  • Data Display: Tables, cards, empty states
  • Input Components: Search, date pickers, file upload

Design System Principles

  • Atomic Design methodology
  • Design token structure (primitive → semantic → component)
  • Typography scales
  • Spacing systems
  • Color theory
  • Component API design

Performance Optimization

  • Core Web Vitals (LCP, INP, CLS)
  • Image optimization strategies
  • CSS performance
  • JavaScript bundle optimization
  • Lazy loading & code splitting
  • Caching strategies
  • Performance budgets

SEO Best Practices

  • Meta tags (title, description, keywords)
  • Open Graph protocol
  • Twitter Cards
  • Structured data (JSON-LD, Schema.org)
  • Technical SEO (robots.txt, sitemap, canonical)
  • Local SEO & rich snippets

Internationalization (i18n)

  • Text direction (LTR/RTL support)
  • Locale-aware formatting (dates, numbers, currencies)
  • Translation patterns
  • Cultural considerations
  • Font and character set handling
  • URL structures for multilingual sites

Animation & Motion Design

  • Disney's 12 principles of animation
  • Timing and easing functions
  • Motion design principles
  • Performance (GPU acceleration)
  • Accessibility (prefers-reduced-motion)
  • Common UI animation patterns

React Patterns

  • Compound components
  • Custom hooks
  • State management strategies
  • Performance optimization (memoization, code splitting)
  • Error boundaries
  • Accessibility patterns in React
  • Testing best practices

Forms & Microcopy

  • Form layouts (single-column, multi-step wizards)
  • Validation patterns (inline, submit, hybrid)
  • Accessible form fields & error handling
  • UX writing principles (clarity, tone, voice)
  • Button labels & CTAs
  • User-friendly error messages

Typography & Color Systems

  • Type scales with modular ratios (1.2, 1.333, 1.618)
  • Font pairing strategies
  • Readability optimization (line length, spacing)
  • Color harmony (complementary, triadic, analogous)
  • WCAG contrast compliance (4.5:1, 3:1, 7:1)
  • Semantic color tokens

Mobile & Framework Patterns

  • Touch targets (44x44px minimum)
  • Gestures & thumb zones
  • Bottom navigation patterns
  • Vue 3 Composition API & composables
  • Angular signals & standalone components
  • Framework-agnostic best practices

E-commerce & Conversion

  • Product discovery (mega menus, faceted filters)
  • Product detail pages & variant selection
  • Shopping cart patterns (drawer vs page)
  • Checkout optimization (multi-step with progress)
  • Trust signals & abandoned cart recovery

Testing & Analytics

  • Usability testing (moderated/unmoderated/guerrilla)
  • A/B testing methodology & statistical significance
  • UX metrics (SUS, NPS, CSAT, CES)
  • HEART framework & AARRR pirate metrics
  • Accessibility testing (automated & manual)

PWA & Ethical Design

  • Service workers & caching strategies
  • Offline-first patterns
  • Web app manifest & add to home screen
  • Dark pattern detection & ethical alternatives
  • GDPR/CCPA compliance
  • Privacy-first design

SaaS & Advanced Design Systems

  • Onboarding flows & activation metrics
  • Pricing UX (freemium, trial, usage-based)
  • Semantic design tokens (3-tier architecture)
  • Multi-brand theming
  • Component versioning & governance

Emerging Technologies

  • Voice UI conversation design & VUI principles
  • AR/VR spatial interfaces & comfort optimization
  • AI/ML transparency & confidence indicators
  • Haptic feedback timing & platform APIs
  • Healthcare UX (HIPAA, patient safety)
  • Finance UX (PCI-DSS, 2FA, transaction flows)
  • Neurodiversity-inclusive design (ADHD, autism, dyslexia)
  • Web Components (Custom Elements, Shadow DOM, Lit)

Development

bash
# Watch mode during development
npm run watch

# Build for production
npm run build

# Test the server
npm run dev

Framework Agnostic

All examples and guidelines are framework-agnostic, focusing on:

  • Semantic HTML
  • CSS best practices
  • ARIA attributes
  • Accessibility standards
  • Universal UX principles

Works with React, Vue, Svelte, Angular, or vanilla JavaScript.

What's New in v5.0.0

Security Hardening

  • Resolved all AgentSeal security findings (command injection, SSRF, credential exposure)
  • Added maxLength constraints on markup-accepting parameters
  • Explicit MCP capability declarations

Bug Fix

  • Fixed console.error startup message that broke MCP client connections on Windows

CI/CD

  • GitHub Actions pipeline: build matrix (Node 18/20/22), TypeScript strict checking, security audit
  • Branch protection with required status checks

Breaking Changes

Parameter renames for security compliance — see CHANGELOG.md for the full migration guide.

ToolOld ParameterNew Parameter
analyze_accessibilitycodecontent
review_usabilitycodecontent
check_responsivecodecontent
analyze_performancecodecontent
check_seourlpage_url
generate_accessibility_reporturlpage_identifier
detect_dark_patternsscreenshot_urlscreenshot_reference

See the full changelog for previous versions.

Contributing

We welcome contributions! Please see our Contributing Guide for details on:

  • Development setup
  • Adding new resources, tools, or prompts
  • Coding standards
  • Pull request process

Quick Start:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Security

For security vulnerabilities, please see our Security Policy.

Changelog

See CHANGELOG.md for a detailed history of changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support This Project

If this project helps you build better user experiences, consider supporting its development:

Ko-fi

Your support helps:

  • Maintain and update UX knowledge bases
  • Add new tools and resources
  • Keep documentation current
  • Respond to issues and feature requests

Enterprise users: For priority support, custom integrations, or consulting, contact us.

Credits

  • WCAG 2.1 Guidelines from W3C
  • Nielsen's Usability Heuristics by Jakob Nielsen
  • UI Patterns from established design systems and best practices
  • Design Token concepts from design system community
  • Core Web Vitals from Google Web.dev
  • SEO best practices from Google Search Central
  • Animation principles from Disney and Material Design
  • React, Vue, Angular patterns from framework communities
  • i18n standards from Unicode CLDR and W3C
  • E-commerce patterns from Baymard Institute research
  • Information Architecture from Rosenfeld & Morville
  • PWA standards from W3C and Google
  • Ethical design principles from darkpatterns.org
  • UX metrics from HEART Framework (Google) and industry standards
  • Voice UI design from Amazon Alexa, Google Assistant guidelines
  • AR/VR best practices from Oculus, Meta, and Apple Vision Pro
  • AI/ML ethics from Partnership on AI and industry practices
  • HIPAA compliance from HHS.gov
  • PCI-DSS standards from PCI Security Standards Council
  • Neurodiversity guidelines from ADHD Foundation, National Autistic Society, British Dyslexia Association
  • Web Components standards from W3C and web.dev

Links


Built for AI-assisted development with complete UX ecosystem coverage: accessibility, usability, performance, SEO, design systems, e-commerce, testing, ethical design, emerging technologies (Voice/AR/VR/AI), healthcare, finance, neurodiversity, and more—all as first-class citizens.

常见问题

io.github.elsahafy/ux-mcp-server 是什么?

面向任意 MCP client 的 UX 工具包,含 28 个知识资源、23 个分析工具和 4 个工作流提示。

相关 Skills

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描164.6k

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描164.6k

接口测试套件

by alirezarezvani

Universal
热门

扫描 Next.js、Express、FastAPI、Django REST 的 API 路由,自动生成覆盖鉴权、参数校验、错误码、分页、上传与限流场景的 Vitest 或 Pytest 测试套件。

帮你把API与集成测试自动化跑顺,减少回归漏测;能力全面,尤其适合复杂接口场景的QA团队。

平台与服务
未扫描23.3k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
89.0k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
79.5k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
71.5k

评论