Diff a rendered UI element against its Figma source and get every drifted property with its delta.
claude mcp add asdesigned -- npx -y asdesigned
claude_desktop_config.json
{
"mcpServers": {
"asdesigned": {
"command": "npx",
"args": [
"-y",
"asdesigned"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"asdesigned": {
"command": "npx",
"args": [
"-y",
"asdesigned"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"asdesigned": {
"command": "npx",
"args": [
"-y",
"asdesigned"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"asdesigned": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"asdesigned"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"asdesigned": {
"command": "npx",
"args": [
"-y",
"asdesigned"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Maher-Reven--asdesigned/reviews or the review_server meta-tool.
POST /mcp