Back to MCP Servers
🔌

ronantakizawa/a11ymcp

MIT

](https://glama.ai/mcp/servers/ronantakizawa/a11ymcp) 📇 🏠 - Web accessibility testing MCP server that analyzes URLs and HTML for WCAG 2.0/2.1/2.2 compliance using axe-core. Tools for color contrast,

JavaScriptAI & LLMs

Install

npx -y -y a11y-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ronantakizawa-a11ymcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "a11y-mcp-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.