UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @dlsforge/aegov-mcp
MCP client config
{
"mcpServers": {
"aegov-dls-mcp": {
"command": "npx",
"args": [
"-y",
"@dlsforge/aegov-mcp"
]
}
}
}