mcpbeat Sign in

A11y MCP Server

local only

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

Alt text, headings, contrast, ARIA for AI agents

Installs per day peak 9 · avg 5 · +26% w/w
a month agotoday
31
Installs / week
npm · @rog0x/mcp-a11y-tools
0
Stars
0 open issues
21 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

Alternatives to A11y

same job, measured the same way
Color
by rog0x

Color convert, palette, contrast checker for AI agents

31 installs/wk local only
Memex
by stifler7

Temporal engineering context for agents via MCP.

358 installs/wk local only
Cyberwarex Voice Stt
by cyberpunk11147

Speech-to-text transcription for AI agents.

local only
Hexis
by bevel-software

Git-backed platform for skills, tools, and context for AI agents

answering
WCAG AA contrast for two hex colors
by sadri-dridi

WCAG AA contrast for two hex colors

30 tools answering
Sublime Text MCP
by dpc00

MCP server for Sublime Text 4. Lets AI coding agents read and control a running ST instance.

158 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Crystallize MCP
by hayodev

Crystallize headless commerce tools for AI agents via Model Context Protocol

100 installs/wk local only

A11y — questions

Answers built from our own checks of this server.

Why is there no uptime for A11y?
A11y 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 @rog0x/mcp-a11y-tools was installed 31 times last week.
How do I connect A11y?
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 @rog0x/mcp-a11y-tools straight from npm; nothing to host, nothing to sign up for.
How many people use A11y?
The npm package @rog0x/mcp-a11y-tools was installed 31 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is A11y open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.