Skip to content
Cursor

AudioEye Accessibility Testing for Cursor

com.audioeye/testing-sdk-mcp

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

client:Cursor transport:stdio runtime:npm

Install AudioEye Accessibility Testing in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "testing-sdk-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AudioEye Accessibility Testing in other clients