Skip to content
Cursor

mcp accessibility scanner for Cursor

io.github.justasmonkev/mcp-accessibility-scanner

MCP server for automated web accessibility scanning with Playwright and Axe-core.

client:Cursor transport:stdio runtime:npm

Install mcp accessibility scanner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-accessibility-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-accessibility-scanner"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp accessibility scanner in other clients