mcpbeat Sign in

Accessibility Scanner MCP Server

local only

Accessibility Scanner MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 232 installs a week from npm. Last commit 16 Sep 2026.

Scan any URL for WCAG accessibility issues (axe-core) and get per-element fixes for an AI agent.

Installs per day peak 151 · avg 21 · +10% w/w
a month agotoday
232
Installs / week
npm · accessibility-scanner-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Accessibility Scanner MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add accessibility-scanner-mcp -- npx -y accessibility-scanner-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "accessibility-scanner-mcp": {
      "args": [
        "-y",
        "accessibility-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.accessibility-scanner-mcp]
command = "npx"
args = ["-y", "accessibility-scanner-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "accessibility-scanner-mcp": {
      "args": [
        "-y",
        "accessibility-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "accessibility-scanner-mcp": {
      "args": [
        "-y",
        "accessibility-scanner-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHROME_PATH (Path to a Chrome/Chromium binary, if not auto-detected.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Accessibility Scanner MCP

same job, measured the same way
Webability
by snayyar00

WCAG/ADA/508 accessibility scanner + framework-aware fixes + vision audit for AI coding agents

58 installs/wk local only
Sitejar Web Compliance Scanner
by sitejar

Scan a web page for accessibility, security, privacy, quality and SEO issues, with fixes.

answering
A11Y Toolkit
by kinti

The accessibility layer for AI coding agents: audit, fix, document and watch - WCAG 2.2.

local only
ProdPoke
by prodpoke

AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.

answering
MCP Accessibility Scanner
by justasmonkev

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

2 611 installs/wk local only
Wcag Accessibility
by aditya-ariosity

A WCAG accessibility testing MCP for AI agents, Codex, Claude Code, and automated UI audits.

62 installs/wk local only
SyteCheck
by sytecheck

Scan a website for SEO, accessibility, performance and security issues, and read the report.

354 installs/wk local only
AEO Scanner
by convrgent

AI visibility for ChatGPT/Perplexity/Claude — triple score (AEO+GEO+Agent) with fix code. Free.

181 installs/wk 4 tools answering

Accessibility Scanner MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Accessibility Scanner MCP?
Accessibility Scanner MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package accessibility-scanner-mcp was installed 232 times last week.
How do I connect Accessibility Scanner MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls accessibility-scanner-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Accessibility Scanner MCP?
The npm package accessibility-scanner-mcp was installed 232 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Accessibility Scanner MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.