Accessibility Scanner

Perform automated accessibility scans of web pages using Playwright and Axe-core.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install JustasMonkev/mcp-accessibility-scanner -c claude

This command will automatically install and configure the Accessibility Scanner MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Accessibility Scanner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-accessibility-scanner"
      ]
    }
  }
}
Share:
Details:
  • Stars


    9
  • Forks


    4
  • Last commit


    1 month ago
  • Repository age


    5 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Accessibility Scanner:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Accessibility Scanner: MCP Server – MCP.Bar