Skip to content
Windsurf

AudioEye Accessibility Testing for Windsurf

com.audioeye/testing-sdk-mcp

Scans live pages with the AudioEye rules engine and maps accessibility issues to JSX source.

client:Windsurf transport:stdio runtime:npm

Install AudioEye Accessibility Testing in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AudioEye Accessibility Testing in other clients