★ 1 stars
TypeScript
🤖 AI/LLM
Updated today
MCP server for AI-assisted accessibility testing during local development. Scans localhost with Playwright + axe-core, returns WCAG 2.1 Level A + AA violations, and generates prioritized fix plans your agent can work through autonomously.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"navable-web-accessib": {
"command": "npx",
"args": [
"-y",
"web-DnA/navable-web-accessibility-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add navable-web-accessib npx -y web-DnA/navable-web-accessibility-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"navable-web-accessib": {
"command": "npx",
"args": [
"-y",
"web-DnA/navable-web-accessibility-mcp"
]
}
}
}
📋 Copy
Topics
a11y a11y-testing accessibility agent-skills claude-code copilot cursor mcp web-accessibility