@Accesslint/
БесплатноНе проверенAn MCP server for WCAG accessibility auditing in AI coding agents, providing tools to audit HTML, files, URLs, and diffs, plus a prompt for React component audi
Описание
An MCP server for WCAG accessibility auditing in AI coding agents, providing tools to audit HTML, files, URLs, and diffs, plus a prompt for React component auditing.
README
This package is maintained in the AccessLint monorepo.
@accesslint/mcp
MCP server for accessible agentic coding — WCAG audit tools for AI coding agents. Built on @accesslint/core. From AccessLint.
Setup
Add to your MCP client configuration:
{
"mcpServers": {
"accesslint": {
"command": "npx",
"args": ["@accesslint/mcp"]
}
}
}
Tools
- audit_html — Audit an HTML string for WCAG violations. Auto-detects fragments vs full documents.
- audit_file — Read an HTML file from disk and audit it.
- audit_url — Fetch a URL and audit the returned HTML.
- diff_html — Audit new HTML and diff against a previously named audit to verify fixes.
- list_rules — List available WCAG rules with optional filters by category, level, fixability, or criterion.
All audit and diff tools accept an optional
min_impactparameter to filter results by severity. Valid values, from most to least severe:critical,serious,moderate,minor. When set, only violations at that level or above are shown.
Each violation in the audit output includes the rule ID, CSS selector, failing HTML, impact level, and — where available — a concrete fix suggestion, fixability rating, and guidance. When multiple elements break the same rule, shared metadata is printed once to keep output compact.
Prompts
React Component Auditing
To audit React components (.jsx/.tsx), the agent uses the audit-react-component prompt, which guides it through:
- Reading the component source
- Mentally rendering it to static HTML (acting as
renderToStaticMarkup) - Passing the rendered HTML to
audit_htmlwithcomponent_mode: true
No extra runtime dependencies are required — the agent renders the component itself based on the source code.
Why use this instead of prompting alone?
Without tools, the agent reasons about WCAG rules from memory. The MCP replaces that with structured output — specific rule IDs, CSS selectors, and fix suggestions — so the agent skips straight to applying fixes. This means 23% fewer output tokens per run, which translates directly to faster and cheaper completions.
Benchmarked across 25 test cases, 67 fixable violations, 3 runs each (Claude Opus):
| With @accesslint/mcp | Agent alone | |
|---|---|---|
| Violations fixed | 99.5% (200/201) | 93.5% (188/201) |
| Regressions | 1.7 / run | 2.0 / run |
| Cost | $0.56 / run | $0.62 / run |
| Duration | 270s / run | 377s / run |
| Timeouts | 0 / 63 tasks | 2 / 63 tasks |
License
MIT
Установка @Accesslint/
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AccessLint/mcpFAQ
@Accesslint/ MCP бесплатный?
Да, @Accesslint/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Accesslint/?
Нет, @Accesslint/ работает без API-ключей и переменных окружения.
@Accesslint/ — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить @Accesslint/ в Claude Desktop, Claude Code или Cursor?
Открой @Accesslint/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Accesslint/ with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
