Kitsune a11y MCP
An accessibility audit server that enforces WCAG 2.2 AA standards by running axe-core in a headless browser, providing violation details grouped by impact with fix hints.
README
<p align="center"><a href="https://kitsunetechnologies.org/work"><img src="https://raw.githubusercontent.com/KitsuneTech1/.github/main/assets/kitsune-banner.svg" alt="Built by Kitsune Technologies" width="760"></a></p>
Kitsune a11y MCP
An accessibility audit desk your AI assistant can drive. Point it at a URL, get back every WCAG 2.2 violation grouped by impact, with fix hints.
It runs axe-core in a real headless browser, so it sees the page your users actually get: JavaScript executed, styles applied, dynamic content rendered. Then it adds a second pass of checks that axe cannot do on its own.
The point is to make "is this accessible?" a question an agent can answer with a tool call instead of a guess.
Tools
| Tool | What it does |
|---|---|
a11y_audit_url |
WCAG 2.2 audit of a live URL in a real browser. Returns violations sorted by impact (critical first) with the elements at fault and how to fix them. |
a11y_audit_html |
Same audit against a raw HTML string, for output you have not deployed yet. |
a11y_checklist |
Returns the standard the fixes have to meet: the WCAG 2.2 AA legal floor, plus 14 requirements above it. |
Why the extra checks
Automated tools catch about a third of real accessibility problems. axe-core is the best of them and it still cannot tell you that your carousel has no pause button, or that your only way to reach the main content is tabbing through forty nav links.
So on top of axe, this checks for things a screen-reader user would immediately notice and a linter never will:
- a skip link near the top of the page
- a real
<main>landmark - a pause control on anything that moves on its own
- labels on inputs that actually associate with them
Everything critical or serious gets fixed before shipping. That is the rule this was built to enforce.
Install
git clone https://github.com/KitsuneTech1/kitsune-a11y-mcp.git
cd kitsune-a11y-mcp && npm install
npx playwright install chromium
Register it with any MCP client. For Claude Code:
claude mcp add a11y -- node /path/to/kitsune-a11y-mcp/server.mjs
Then just ask: "audit https://example.com for accessibility".
Example
> a11y_audit_url https://example.com
2 axe violation rule(s) and 2 Kitsune check failure(s).
Fix every critical/serious before shipping.
MODERATE meta-viewport Zooming and scaling must not be disabled
user-scalable=no on <meta> disables zoom on mobile
MODERATE region All page content should be contained by landmarks
KITSUNE no <main> landmark
KITSUNE no skip link near top of page
Notes
- Node 18+. Chromium comes from
playwright-core, so the audit runs against a real rendering engine, not a DOM shim. best_practicesdefaults to true. Set it false for the legal floor only.- The audit is read-only. It loads the page, runs the checks, and reports.
License
PolyForm Noncommercial 1.0.0 - free for personal and other noncommercial use. Commercial use requires a license from Kitsune Technologies (Support@kitsunetechnologies.org). See LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。