mcpbeat Sign in

Ara — audits d'accessibilité RGAA MCP Server

by davidpivert Your server? Claim it
local only

Ara — audits d'accessibilité RGAA runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 29 Jul 2026.

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

Installs per day peak 1 368 · avg 54
a month agotoday
42
Installs / week
npm · ara-rgaa-mcp
3
Stars
0 open issues
29 Jul 2026
Last commit
0 releases in 90 days
EUPL-1.2
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/login.ts:35
    spawn(cmd, [url], { detached: true, stdio: "ignore", shell: process.platform === "win32" }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ara-rgaa-mcp -- npx -y ara-rgaa-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ara-rgaa-mcp": {
      "args": [
        "-y",
        "ara-rgaa-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ara-rgaa-mcp]
command = "npx"
args = ["-y", "ara-rgaa-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ara-rgaa-mcp": {
      "args": [
        "-y",
        "ara-rgaa-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ara-rgaa-mcp": {
      "args": [
        "-y",
        "ara-rgaa-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARA_AUTH_TOKEN (Jeton JWT Ara. Voie recommandée : elle évite d'écrire un mot de passe en clair dans la configuration.), ARA_USERNAME (Adresse e-mail du compte Ara, utilisée pour l'authentification au démarrage si ARA_AUTH_TOKEN n'est pas fourni.), ARA_PASSWORD (Mot de passe du compte Ara, utilisé avec ARA_USERNAME. Préférer ARA_AUTH_TOKEN.), ARA_BASE_URL (URL de base de l'API Ara. Par défaut https://ara.numerique.gouv.fr/api ; à changer uniquement pour viser une instance Ara auto-hébergée.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ara — audits d'accessibilité RGAA

same job, measured the same way
Tapsite
by mgriffen

MCP server for web inspection, design system extraction, and accessibility audits

38 installs/wk local only
C
Overlayqa
by overlayqa

Run accessibility, contrast, and design token audits and file QA issues from your AI coding tool.

39 installs/wk local only
Siteaudit
by thegridwork

Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks.

26 installs/wk local only
France Travail MCP
by jojolabagarre

Serveur MCP des API officielles France Travail : offres d'emploi, ROME 4.0 et ROMEO.

39 installs/wk local only
Altr MCP Server
by altrsoftware

MCP server for ALTR data security: databases, tags, policies, classification, access, audits

242 installs/wk local only
Kilotest
by jrpool

Ensemble testing of web pages for accessibility, usability, and standards conformity

8 tools answering
Webability
by snayyar00

WCAG/ADA/508 accessibility scanner + framework-aware fixes + vision audit for AI coding agents

47 installs/wk local only
A
Spotlight
by thrain

Local PDF accessibility audit: machine-checkable PDF/UA basics (ADA/EAA/508). No uploads.

28 installs/wk local only

Ara — audits d'accessibilité RGAA — questions

Answers built from our own checks of this server.

Why is there no uptime for Ara — audits d'accessibilité RGAA?
Ara — audits d'accessibilité RGAA runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ara-rgaa-mcp was installed 42 times last week.
How do I connect Ara — audits d'accessibilité RGAA?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ara-rgaa-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ara — audits d'accessibilité RGAA?
The npm package ara-rgaa-mcp was installed 42 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ara — audits d'accessibilité RGAA open source?
No, and the distinction matters: its licence is declared as EUPL-1.2. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.