AudioEye Accessibility Testing for Zed
com.audioeye/testing-sdk-mcp
Scans live pages with the AudioEye rules engine and maps accessibility issues to JSX source.
client:Zed
transport:stdio
runtime:npm
Install AudioEye Accessibility Testing in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs