Skip to content
Cline

AudioEye Accessibility Testing for Cline

com.audioeye/testing-sdk-mcp

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

client:Cline transport:stdio runtime:npm

Install AudioEye Accessibility Testing in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

AudioEye Accessibility Testing in other clients