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 claudeThis 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 claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Accessibility Scanner": {
"command": "npx",
"args": [
"-y",
"mcp-accessibility-scanner"
]
}
}
}Details:
Stars
9Forks
4Last commit
5 months agoRepository age
9 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Accessibility Scanner:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit