Skip to main content
ClaudeWave

MCP server + rules core for the UAE Design System (AEGOV DLS) — AI-assisted, standards-compliant government UI

MCP ServersOfficial Registry0 stars0 forksHTMLMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · playwright
Claude Code CLI
claude mcp add aegov-dls-mcp -- npx -y playwright
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "aegov-dls-mcp": {
      "command": "npx",
      "args": ["-y", "playwright"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# DLSForge — UAE Design System (AEGOV DLS) tooling

Community project. **Not affiliated with or endorsed by TDRA.**

npm-workspaces monorepo holding the public, MIT-licensed DLSForge packages:

| Package | What it is | Status |
|---|---|---|
| [`@dlsforge/aegov-rules-core`](packages/aegov-rules-core/) | Machine-readable model of the AEGOV DLS: component schemas, resolved design tokens, catalogue loader, and the DLS rule engine shared by every DLSForge tool. | published: [`0.1.0` on npm](https://www.npmjs.com/package/@dlsforge/aegov-rules-core) |
| [`@dlsforge/aegov-mcp`](packages/aegov-mcp/) | MCP server exposing the core to AI coding assistants — `listComponents`, `getComponent`, `getTokens`, `scaffoldUaePass`, `scaffoldEmiratesId`, `validate_snippet`. | published: [`0.1.0` on npm](https://www.npmjs.com/package/@dlsforge/aegov-mcp) (`0.1.1` shared-core release deferred) |
| [`@dlsforge/aegov-audit`](packages/aegov-audit/) (Mizan) | Compliance & accessibility auditor for UAE government sites (axe-core + Lighthouse + DLS rules over the rendered DOM), consuming the same core. Ships a CLI and a reusable GitHub Action. | published: [`0.0.1` on npm](https://www.npmjs.com/package/@dlsforge/aegov-audit) |

The two tools mirror each other: the **MCP server generates** on-standard government UI, **Mizan audits** it — both enforcing the same rules from the shared core, so the standard is defined once.

## The generate → verify loop

```
@dlsforge/aegov-rules-core   ← the standard, defined once (catalogue + rule engine)
        │
        ├── @dlsforge/aegov-mcp     → assistants GENERATE valid government UI
        └── @dlsforge/aegov-audit   → Mizan VERIFIES a finished/in-progress site
```

## Working in this repo

```bash
npm install          # once, at the root — links the workspaces
npm run build        # builds rules-core → mcp → audit (order matters)
npm test             # all suites, every package
npm run evals        # the 10 government-screen evals (mcp)
npm run evals:audit  # Mizan's fixture-site evals (audit)
npm run smoke        # stdio smoke test (mcp)
npm run validate     # catalogue lint + invariants (rules-core)
```

Mizan's suites render pages, so `npx playwright install chromium` is needed once for `npm test` / `npm run evals:audit`.

See `CLAUDE.md` for the hard rules, `STAGE1-HANDOFF.md` / `STAGE2-HANDOFF.md` for the build briefs, and each package's own README for usage.

## License

MIT — see [LICENSE](LICENSE).

What people ask about aegov-dls-mcp

What is dlsforge/aegov-dls-mcp?

+

dlsforge/aegov-dls-mcp is mcp servers for the Claude AI ecosystem. MCP server + rules core for the UAE Design System (AEGOV DLS) — AI-assisted, standards-compliant government UI It has 0 GitHub stars and was last updated today.

How do I install aegov-dls-mcp?

+

You can install aegov-dls-mcp by cloning the repository (https://github.com/dlsforge/aegov-dls-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is dlsforge/aegov-dls-mcp safe to use?

+

dlsforge/aegov-dls-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains dlsforge/aegov-dls-mcp?

+

dlsforge/aegov-dls-mcp is maintained by dlsforge. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to aegov-dls-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy aegov-dls-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: dlsforge/aegov-dls-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/dlsforge-aegov-dls-mcp)](https://claudewave.com/repo/dlsforge-aegov-dls-mcp)
<a href="https://claudewave.com/repo/dlsforge-aegov-dls-mcp"><img src="https://claudewave.com/api/badge/dlsforge-aegov-dls-mcp" alt="Featured on ClaudeWave: dlsforge/aegov-dls-mcp" width="320" height="64" /></a>

More MCP Servers

aegov-dls-mcp alternatives