mcpbeat Sign in

Wcag Accessibility MCP Server

by aditya-ariosity Your server? Claim it
local only

Wcag Accessibility runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 554 · avg 20
a month agotoday
79
Installs / week
npm · wcag-accessibility-mcp
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Wcag Accessibility

same job, measured the same way
SkillFM Claude Code Token Usage
by ericm1018

Claude Code token usage, cost visibility, and SkillFM Beacon AI health checks for MCP agents.

57 installs/wk local only
AgentSEO
by agentseo-www

Live SEO workflow tools for Claude Code, Codex, and AI agents.

49 installs/wk 45 tools answering
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

91 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

45 installs/wk local only
Apuchat
by opcastil11

Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.

18 tools answering
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

69 installs/wk local only
Ariadne
by mclaut

Local-first multilingual, auditable memory for Codex, Claude Code, and MCP clients.

local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

1 468 installs/wk local only

Wcag Accessibility — questions

Answers built from our own checks of this server.

Why is there no uptime for Wcag Accessibility?
Wcag Accessibility 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 wcag-accessibility-mcp was installed 79 times last week.
How do I connect Wcag Accessibility?
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 wcag-accessibility-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wcag Accessibility?
The npm package wcag-accessibility-mcp was installed 79 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wcag Accessibility open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.