MCP server exposing axe-core accessibility auditing as tools for any MCP-compatible AI agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"a11y-mcp-server": {
"command": "npx",
"args": [
"-y",
"aiuxmasters/a11y-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add a11y-mcp-server npx -y aiuxmasters/a11y-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"a11y-mcp-server": {
"command": "npx",
"args": [
"-y",
"aiuxmasters/a11y-mcp-server"
]
}
}
}