A11y Mcp Srv
Freeby MCP Community
MCP server for accessibility auditing with export, filter, aggregation, and visualization tools
v2.7.0Added Apr 12, 2026
mcpaccessibilitya11yauditwcag
A11y Mcp Srv MCP Server
MCP server for accessibility auditing with export, filter, aggregation, and visualization tools
Installation
Reviews
Installation
Quick install
npx -y @dallask/a11y-mcp-srv
Add to claude_desktop_config.json
{
"mcpServers": {
"a11y-mcp-srv": {
"command": "npx",
"args": ["-y", "@dallask/a11y-mcp-srv"]
}
}
}