MCP server providing accessibility criteria from MagentaA11y
claude mcp add magentaa11y -- npx -y magentaa11y-mcp
claude_desktop_config.json
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"magentaa11y": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.joe-watkins--magentaa11y/reviews or the review_server meta-tool.
POST /mcp