Install the MCP server, pick a UI kit, and let your AI agent build pixel-perfect UIs — without making a single design decision.
SnapUI integrates with your AI coding agent via the Model Context Protocol. Your agent reads the UI kit and builds UI that matches exactly — no guessing, no invented values.
One JSON entry in your Claude Code config.
Your agent follows the UI kit rules exactly.
{
"mcpServers": {
"snapui": {
"command": "npx",
"args": ["-y", "snapui-kits"],
"env": {
"SNAPUI_API_URL": "https://snapui.xyz"
}
}
}
}
Every system ships with a Foundation spec and page variants. Your agent reads them and builds — no improvisation.