This MCP server provides web accessibility analysis tools for AI agents, focusing on various aspects of HTML accessibility compliance.
From the registry: Alt text, headings, contrast, ARIA for AI agents
$ git clone https://github.com/rog0x/mcp-a11y-tools && cd mcp-a11y-tools && npm install && npm run buildhttps://github.com/rog0x/mcp-a11y-toolsPlease install the `a11y` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Node.js is required to build and run the MCP server. (https://nodejs.org)
- **Clone and build the repository** — No npm package is published; clone the repo and build locally, then point the MCP client at dist/index.js. Run: `git clone https://github.com/rog0x/mcp-a11y-tools && cd mcp-a11y-tools && npm install && npm run build` (https://github.com/rog0x/mcp-a11y-tools)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["/absolute/path/to/mcp-a11y-tools/dist/index.js"]
Note: Must be built from source — no published package. Replace the args path with the absolute path to your built dist/index.js.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
Validate oh-my-posh configurations and segment snippets against the official schema.