npm @webability/mcpstdioMITupdated 1mo ago
Accessibility testing MCP server for Cursor, VS Code Copilot, Claude Code, and any other MCP-compatible IDE.
What can you do with webability?
@webability/mcp
Accessibility testing MCP server for Cursor, VS Code Copilot, Claude Code, and any other MCP-compatible IDE.
What is WebAbility?
WebAbility.io is an AI-powered web accessibility platform โ accessibility widget, automated scanner, and AI agents for WCAG 2.1 / 2.2 AA, ADA, Section 508, EAA (European Accessibility Act) and AODA compliance. This MCP exposes the same accessibility-testing engine that powers the WebAbility widget and dashboard, so you can scan, audit and fix web accessibility issues (color contrast, ARIA, alt text, keyboard navigation, focus visibility, target size, and more) from your IDE while you build.
New to accessibility compliance? Start with the free WCAG & ADA accessibility checker, or read the WebAbility MCP docs and the getting-started guide.
The server registers an instructions block on initialize, so any MCP-compatible client picks up business context (what tool to call when, the three-tier output convention, etc.) automatically โ no setup required beyond the install below.
Why this over other accessibility MCPs
Most accessibility MCP servers stop at find and suggest. WebAbility closes the whole loop in your editor, and starts free:
- Free, local scan โ no account, no Docker.
scan_pageruns entirely on your machine. (Deque's axe MCP needs a paid subscription, an API key, and a Docker install just to analyze a page.) - Fixes that fit your stack.
generate_ai_fixreturns ready-to-paste code for the framework you actually use โ Tailwind, MUI, Bootstrap, WordPress, Next.js โ not generic guidance. - A vision pass DOM scanners can't do.
visual_auditcatches focus visibility, icon contrast, and "looks like a button but isn't" โ issues axe-core structurally cannot see. - Verification, not just detection.
verify_fixre-checks that your fix actually landed and returnsverified: true/false. Every 2026 comparison of accessibility MCPs names this the biggest gap in the category โ most tools never close it. - Evidence for compliance.
start_auditproduces a persistent, timestamped report and Excel workbook you can hand to an auditor โ not a result that vanishes with your session.
The full cycle, without leaving the editor: scan_page โ generate_ai_fix โ verify_fix, then start_audit when you need the paper trail.
Install
npm install -g @webability/mcp
Setup
Add to your IDE's MCP config:
{
"mcpServers": {
"webability": {
"command": "webability-mcp"
}
}
}
Optional env: WEBABILITY_API_URL (default https://api.webability.io) for self-hosted backends.
Scan engines
scan_page runs three engines in parallel and deduplicates the results:
| Engine | Rules | What it covers |
|---|---|---|
| WebAbility detectors | 60+ | Gradient-aware contrast, weak names, decorative icons, landmark hierarchy, ARIA correctness, link consistency, target size, keyboard traps |
| axe-core | 104 | Industry-standard WCAG 2.2 baseline |
| HTML_CodeSniffer | 200+ | Section 508 + WCAG techniques cross-reference |
Three-tier output (since v1.2.1)
Every scan returns:
issuesโ high-confidence violations, safe to surface as bugsincompleteโ findings that need human review (contrast against gradients, marketing imagery, framer-motion pre-animation states, axe-incomplete). Never auto-fix these.summaryโ counts by severity + anincompletecount
This mirrors axe-core's violations / incomplete / passes split and prevents agents from "fixing" false positives in destructive ways.
Tools
| Tool | What it does |
|---|---|
scan_page |
Scan a URL for WCAG accessibility issues (3 engines) |
flow_scan |
Multi-page journey scan with deduplicated issues across pages |
scan_html |
Scan a raw HTML snippet (no URL needed) |
detect_framework |
Detect Tailwind / MUI / Bootstrap / Next.js / WP / plain CSS |
generate_ai_fix |
Framework-aware fix alternatives. Auto-extracts brand palette from the live URL on contrast issues. |
verify_fix |
Re-scan a fixed element and confirm the violation is gone โ verified: true/false. Closes the find โ fix โ verify loop. |
visual_audit |
Pixel-level audit via vision (icon contrast, focus visibility, looks-like-a-button-but-isn't) |
start_audit |
Kick off the full server-side audit deliverable (report + Excel workbook). Returns an id to poll. Requires an account. |
get_audit |
Check an audit's progress and, once complete, get the severity summary + report/workbook download URLs. |
check_color_contrast |
WCAG contrast check on a color pair; pass url to get brand-aligned suggestions from the live page |
check_aria |
Validate ARIA attributes in an HTML snippet |
get_rules |
List axe-core rules with optional WCAG tag filter |
find_source |
Map a CSS selector back to local source files |
When to use this MCP
- Building a new component and want it accessible from day one
- Auditing a localhost / staging build before pushing
- Triaging a Lighthouse / axe report โ
scan_pageconsolidates all three engines - Generating fix suggestions that match the framework you're already using
- Checking color contrast against the user's actual brand palette (not generic suggestions)
Examples
In Cursor / Claude Code:
"Scan localhost:3000 for accessibility issues"
"Walk login โ dashboard โ checkout and report unique issues across the flow"
"Suggest a fix for the contrast issue on
.btn-primaryon https://example.com โ match their brand colors"
"What does WCAG 1.4.11 check?"
Privacy, scan logs & telemetry
Every scan is logged locally to ~/.webability/scans/ โ a one-line-per-scan index.jsonl ledger plus the full result of your last 500 scans. Browse them with the scan_history tool ("what did we scan earlier?") or plain jq. Set WEBABILITY_SCAN_LOG=off to disable, WEBABILITY_SCAN_LOG_DIR to relocate.
The server also reports one small telemetry event per tool call (every tool, not just scans) to the WebAbility API: tool name, a short target label (URL, selector, issue type โ never page content), pass/fail, duration, issue counts, and a persistent anonymous install ID. Full scan results, HTML, and generated fix code never leave your machine via telemetry. Set WEBABILITY_SCAN_TELEMETRY=off to opt out.
Two tools โ generate_ai_fix and visual_audit โ additionally send page content (an HTML snippet or a screenshot) to WebAbility's API so it can call a third-party LLM on your behalf; WebAbility doesn't store that content, but the LLM provider sees it in transit. See PRIVACY.md for the full per-tool breakdown and WebAbility's privacy policy.
Learn more
WebAbility platform & docs
- WebAbility.io โ the accessibility platform (widget, scanner, AI agents, dashboard)
- MCP server documentation ยท all docs
- Accessibility widget โ one-line install, WCAG-compliant remediation for live sites
- Professional accessibility audit ยท managed accessibility
- Free WCAG & ADA accessibility checker โ scan any URL in seconds
- Pricing ยท lifetime deal
Accessibility compliance guides
- WCAG 2.1 / 2.2 AA โ Web Content Accessibility Guidelines
- ADA compliance โ Americans with Disabilities Act
- Section 508 โ U.S. federal accessibility requirements
- EAA โ European Accessibility Act ยท AODA โ Ontario (Canada)
Accessibility by industry
- Government ยท Education ยท Healthcare ยท Finance
- E-commerce / retail ยท Legal ยท Media ยท Non-profit
Install the widget on your stack
- WordPress ยท Shopify ยท Webflow ยท Squarespace ยท BigCommerce ยท HubSpot ยท any site (embed)
Package
- npm:
@webability/mcpยท Source: github.com/snayyar00/webability-mcp
Keywords: web accessibility, accessibility testing, WCAG 2.2 AA, ADA compliance, Section 508, EAA, AODA, a11y, accessibility scanner, color contrast checker, ARIA validation, alt text, keyboard navigation, screen reader, MCP server, accessibility for AI coding agents.
License
MIT ยฉ WebAbility.io
Install
Add webability to your client. Pick the one you use.
claude mcp add mcp -- npx -y @webability/mcpcodex mcp add mcp -- npx -y @webability/mcpamp mcp add mcp -- npx -y @webability/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@webability/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@webability/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@webability/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @webability/mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
13 tools
webability exposes 13 tools to a connected agent.
- scan_page
- Scan a URL for WCAG accessibility issues (3 engines)
- flow_scan
- Multi-page journey scan with deduplicated issues across pages
- scan_html
- Scan a raw HTML snippet (no URL needed)
- detect_framework
- Detect Tailwind / MUI / Bootstrap / Next.js / WP / plain CSS
- generate_ai_fix
- Framework-aware fix alternatives. Auto-extracts brand palette from the live URL on contrast issues.
- verify_fix
- Re-scan a fixed element and confirm the violation is gone โ `verified: true/false`. Closes the find โ fix โ verify loop.
- visual_audit
- Pixel-level audit via vision (icon contrast, focus visibility, looks-like-a-button-but-isn't)
- start_audit
- Kick off the full server-side audit deliverable (report + Excel workbook). Returns an id to poll. Requires an account.
- get_audit
- Check an audit's progress and, once complete, get the severity summary + report/workbook download URLs.
- check_color_contrast
- WCAG contrast check on a color pair; pass `url` to get brand-aligned suggestions from the live page
- check_aria
- Validate ARIA attributes in an HTML snippet
- get_rules
- List axe-core rules with optional WCAG tag filter
- find_source
- Map a CSS selector back to local source files
Score
74 / 100
Good
- Documentation25/25
- Maintenance16/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 52 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 13 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.3.1Latest | Jul 11, 2026 |