A Model Context Protocol server that feeds an AI agent the design system's real rules — component APIs, usage guidance, tokens, and brand context — so it assembles correct, accessible, on-brand UI instead of slop.
The context an agent needs to build with the system instead of around it.
Register the server with any MCP-capable client (Claude Code, Claude Desktop, or your own agent).
{
"mcpServers": {
"idinstudio-ui": {
"command": "npx",
"args": ["-y", "@idinstudio/mcp"]
}
}
}Once connected, ask the agent to build a screen — it queries the server for the right components, severities, and tokens and returns UI that already passes the system's rules.
The same manifest that powers the MCP powers this showcase's Playground boards — every board is assembled from the system it documents.