MCP server for web accessibility. Check UI components against WCAG 2.1 and 2.2 patterns and get accessible code fixes.
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"
]
}
}
}
Run in terminal:
claude mcp add wcag-kit npx -y jainishsoni2026/wcag-kit
Add to .cursor/mcp.json:
{
"mcpServers": {
"wcag-kit": {
"command": "npx",
"args": [
"-y",
"jainishsoni2026/wcag-kit"
]
}
}
}