mcp-server

AccessLint/mcp-server
★ 1 stars TypeScript 🔌 API Integration Updated today
MCP server providing accessibility analysis tools for WCAG conformance
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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "AccessLint/mcp-server"
      ]
    }
  }
}

README Excerpt

> [!NOTE] > This repository has moved. Development now happens in the [AccessLint monorepo](https://github.com/AccessLint/accesslint) under [`mcp/`](https://github.com/AccessLint/accesslint/tree/main/mcp). > > This repository is archived and read-only. Please open issues and pull requests in the [new location](https://github.com/AccessLint/accesslint/tree/main/mcp).