AudioEye Accessibility Testing for Claude Desktop
com.audioeye/testing-sdk-mcp
Scans live pages with the AudioEye rules engine and maps accessibility issues to JSX source.
client:Claude Desktop
transport:stdio
runtime:npm
Install AudioEye Accessibility Testing in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"testing-sdk-mcp": {
"command": "npx",
"args": [
"-y",
"@audioeye/testing-sdk-mcp"
],
"env": {
"AUDIOEYE_TESTING_SDK_CLIENT_ID": "<AUDIOEYE_TESTING_SDK_CLIENT_ID>",
"AUDIOEYE_TESTING_SDK_CLIENT_TOKEN": "<AUDIOEYE_TESTING_SDK_CLIENT_TOKEN>",
"AUDIOEYE_MCP_WORKSPACE": "<AUDIOEYE_MCP_WORKSPACE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs