Accessibility testing and remediation using the axe MCP Server. Use when creating or modifying UI code (HTML, JSX, TSX, Vue, Svelte, CSS) to ensure accessibility compliance. Triggers on tasks involving web pages, components, forms, navigation, modals, tables, images, or any user-facing markup. Also use when explicitly asked to check accessibility or run an axe scan.
Test web pages for accessibility violations and get AI-powered remediation guidance using the axe DevTools MCP Server.
The wrapper script at scripts/axe-mcp.js (Node.js — no extra dependencies) provides two tools:
Scan a live web page for accessibility violations. Requires a URL (works with localhost).
CODEBLOCK0
Returns JSON-RPC response. The violations are in result.content[0].text (JSON string) under the data array. Each violation has: rule, impact, description, selector, source, helpUrl.
Get AI-powered fix guidance for a specific violation. Handles HTML with quotes/brackets safely.
CODEBLOCK1
Returns general_description, remediation, and code_fix in result.content[0].text.
List available MCP tools.
CODEBLOCK2
When modifying UI code and a live page is available:
When no live page is available (static code review), apply accessibility best practices directly:
alt text (or alt="" for decorative)<label> elementsremediate call uses AI credits from your organization's allocationNote: Requires a paid Axe DevTools for Web subscription.
For technical support, bug reports, and feature requests:
Deque Systems is the trusted leader in digital accessibility.
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 axe-devtools-1776419953 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 axe-devtools-1776419953 技能
skillhub install axe-devtools-1776419953
文件大小: 3.65 KB | 发布时间: 2026-4-17 20:15