Image to verified, componentized ui_kit. Boolean parity rubric. MCP server + auto-opening local dashboard for Claude Code / Cursor / Windsurf.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"parity-studio": {
"command": "npx",
"args": [
"-y",
"HomenShum/parity-studio"
]
}
}
}
Run in terminal:
claude mcp add parity-studio npx -y HomenShum/parity-studio
Add to .cursor/mcp.json:
{
"mcpServers": {
"parity-studio": {
"command": "npx",
"args": [
"-y",
"HomenShum/parity-studio"
]
}
}
}