🎩 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

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

Source
npmnpm
Version
1.1.1
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

  • scan_page — Scan a URL for WCAG accessibility issues
  • fix_issues — Get step-by-step remediation guidance

Example

In Cursor or Claude Code:

"Scan localhost:3000 for accessibility issues"

"How do I fix these accessibility issues?"

  • WebAbility — AI-powered web accessibility platform
  • Abilyo — Developer tools for accessibility testing
  • Documentation

License

MIT

Keywords

a11y

FAQs

Package last updated on 27 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