🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@webability/mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webability/mcp

WebAbility MCP server — scan, generate AI fixes, and apply to source from your IDE

Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
182
343.9%
Maintainers
1
Weekly downloads
 
Created
Source

@webability/mcp

Accessibility testing MCP server for Cursor, VS Code Copilot, and Claude Code.

Install

npm install -g @webability/mcp

Setup

Add to your IDE's MCP config:

{
  "mcpServers": {
    "webability": {
      "command": "webability-mcp"
    }
  }
}

Tools

ToolWhat it does
scan_pageScan a URL for WCAG accessibility issues
flow_scanMulti-page journey scan with deduplicated issues
scan_htmlScan a raw HTML snippet (no URL needed)
detect_frameworkDetect Tailwind / MUI / Bootstrap / Next.js / WP / plain CSS
generate_ai_fixFramework-aware fix alternatives for an issue
visual_auditPixel-level audit via vision (icon contrast, focus, hierarchy)
check_color_contrastWCAG contrast check on a color pair (no browser)
check_ariaValidate ARIA attributes in an HTML snippet
get_rulesList axe-core rules with optional tag filter
find_sourceMap a CSS selector back to local source files

Example

In Cursor or Claude Code:

"Scan localhost:3000 for accessibility issues"

"Check contrast of #777 on #eee for 16px text"

"List all WCAG 2.1 AA rules"

  • WebAbility — AI-powered web accessibility platform
  • Documentation

License

MIT

Keywords

a11y

FAQs

Package last updated on 30 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts