Note
This repository has moved. Development now happens in the AccessLint monorepo under mcp/.
This repository is archived and read-only. Please open issues and pull requests in the new location.
The MCP (Model Context Protocol) server providing accessibility analysis tools for WCAG conformance is published to npm as @accesslint/mcp.
{
"mcpServers": {
"accesslint": {
"command": "npx",
"args": ["-y", "@accesslint/mcp"]
}
}
}For full documentation, see the README in the monorepo.