pa11y-mcp
v0.0.1
Published
MCP server which performs accessibility checks using Pa11y
Downloads
4
Maintainers
Readme
Pa11y MCP
MCP server which performs accessibility checks using Pa11y.
Add to VS code
Create following entry in the .vscode/mcp.json
{
"inputs": [],
"servers": {
"Pa11y": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pa11y-mcp"
]
}
}
}