aria-mcp

joe-watkins/aria-mcp
★ 2 stars JavaScript 🤖 AI/LLM Updated 3d ago
ARIA (Accessible Rich Internet Applications) MCP (Model Context Protocol) server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aria-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "joe-watkins/aria-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server providing comprehensive access to the W3C WAI-ARIA specification. Designed for accessibility professionals, developers, and AI agents to query ARIA roles, states, properties, and accessibility requirements. Add to your MCP client configuration: ```json { "mcpServers": {