Skip to content
Cursor

Ara — audits d'accessibilité RGAA for Cursor

io.github.davidpivert/ara-rgaa-mcp

Piloter des audits RGAA 4.1 sur Ara, référentiel embarqué. Non officiel.

client:Cursor transport:stdio runtime:npm

Install Ara — audits d'accessibilité RGAA 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": {
    "ara-rgaa-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ara-rgaa-mcp"
      ],
      "env": {
        "ARA_AUTH_TOKEN": "<ARA_AUTH_TOKEN>",
        "ARA_USERNAME": "<ARA_USERNAME>",
        "ARA_PASSWORD": "<ARA_PASSWORD>",
        "ARA_BASE_URL": "<ARA_BASE_URL>"
      }
    }
  }
}

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

Ara — audits d'accessibilité RGAA in other clients