wcag-kit

jainishsoni2026/wcag-kit
★ 0 stars TypeScript Browser/Web Updated 1mo ago
MCP server for web accessibility. Check UI components against WCAG 2.1 and 2.2 patterns and get accessible code fixes.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wcag-kit": {
      "command": "npx",
      "args": [
        "-y",
        "jainishsoni2026/wcag-kit"
      ]
    }
  }
}

README Excerpt

MCP server for web accessibility. Check UI components against WCAG 2.1 and 2.2 patterns and get accessible code fixes.