mcpbeat Sign in

Webability MCP Server

by snayyar00 Your server? Claim it
local only

Webability runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 11 Jul 2026.

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

Installs per day peak 310 · avg 43 · +23% w/w
a month agotoday
58
Installs / week
npm · @webability/mcp
0
Stars
1 open issues
11 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Webability 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 webability -- npx -y @webability/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "webability": {
      "args": [
        "-y",
        "@webability/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.webability]
command = "npx"
args = ["-y", "@webability/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "webability": {
      "args": [
        "-y",
        "@webability/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "webability": {
      "args": [
        "-y",
        "@webability/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Webability

same job, measured the same way
A11Y Toolkit
by kinti

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

local only
Accessibility Scanner MCP
by bishop81

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

232 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
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
Seegeo
by see-geo

Audit any website for AI visibility: graded report, findings with fixes, AI crawler access check.

78 installs/wk answering
squirrelscan
by squirrelscan

Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP.

25 tools answering
AI Optimizer
by shivam-app-developers

MCP server that cuts AI coding agent token usage via framework-aware context optimization

34 installs/wk local only
lo-eyes
by sophiacave

Visual accessibility inspector. WCAG contrast, touch targets, heading audits, screenshots.

47 installs/wk local only

Webability — questions

Answers built from our own checks of this server.

Why is there no uptime for Webability?
Webability 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 @webability/mcp was installed 58 times last week.
How do I connect Webability?
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 @webability/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Webability?
The npm package @webability/mcp was installed 58 times in the last week. Week over week that is +23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Webability open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.