a11y-mcp-server

shawnmcb/a11y-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
Working MCP server exposing 5 accessibility-audit tools, with deployment runbook. Standing evidence of MCP server construction; skills successor at claude-a11y-skills
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "shawnmcb/a11y-mcp-server"
      ]
    }
  }
}