MCP.so
登录

Web Accessibility-Testing MCP Server (A11y MCP)

@ronantakizawa

关于 Web Accessibility-Testing MCP Server (A11y MCP)

MCP Server for Web Accessibility Testing (10k+ Downloads, #20 on ProductHunt)

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

ronantakizawa

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "a11y-accessibility": {
      "command": "npx",
      "args": [
        "-y",
        "a11y-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Web Accessibility-Testing MCP Server (A11y MCP)?

An MCP (Model Context Protocol) server that gives LLMs access to web accessibility testing APIs. It uses the Deque Axe-core API and Puppeteer to analyze web content for WCAG compliance and identify accessibility issues.

How to use Web Accessibility-Testing MCP Server (A11y MCP)?

Install Node.js 18 or later, then configure the server in your MCP-compatible client (e.g., Claude Desktop, Claude Code, VS Code, Cursor, Windsurf) by adding "command": "npx", "args": ["-y", "a11y-mcp-server"] to the client's MCP configuration.

Key features of Web Accessibility-Testing MCP Server (A11y MCP)

  • Test any public URL for accessibility issues.
  • Test raw HTML strings for accessibility issues.
  • Check content against WCAG 2.0, 2.1, and 2.2 standards.
  • Explore and filter available accessibility rules.
  • Analyze color combinations for WCAG contrast compliance.
  • Validate correct usage of ARIA attributes.
  • Detect content that forces specific screen orientations.

Use cases of Web Accessibility-Testing MCP Server (A11y MCP)

  • Audit a live web page for WCAG 2.1 AA violations during development.
  • Check an HTML snippet for accessibility issues before deploying.
  • Verify color contrast ratios meet WCAG thresholds using an LLM.
  • Validate ARIA attribute usage in dynamically generated HTML.
  • Test how content behaves across desktop and mobile viewport sizes.

FAQ from Web Accessibility-Testing MCP Server (A11y MCP)

What runtime does the server require?

Node.js 18 or later.

Which clients can I use with this server?

Any MCP-compatible client, including Claude Desktop, Claude Code, VS Code, Cursor, and Windsurf.

Does the server send data to an external service?

No. Testing is performed locally by the server using Puppeteer and the Axe-core library.

What accessibility standards are supported?

WCAG 2.0 (Levels A, AA, AAA), WCAG 2.1 (Levels A, AA), WCAG 2.2 Level AA, and best-practice rules.

Is this an official Deque Labs product?

No. This is not an official MCP server from Deque Labs.

评论

其他 分类下的更多 MCP 服务器