Translate HTML prototypes into Figma using your design system's real components and tokens.
claude mcp add html-to-figma-design-system -- npx -y html-to-figma-design-system
claude_desktop_config.json
{
"mcpServers": {
"html-to-figma-design-system": {
"command": "npx",
"args": [
"-y",
"html-to-figma-design-system"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"html-to-figma-design-system": {
"command": "npx",
"args": [
"-y",
"html-to-figma-design-system"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"html-to-figma-design-system": {
"command": "npx",
"args": [
"-y",
"html-to-figma-design-system"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"html-to-figma-design-system": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"html-to-figma-design-system"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"html-to-figma-design-system": {
"command": "npx",
"args": [
"-y",
"html-to-figma-design-system"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.miapre--html-to-figma-design-system/reviews or the review_server meta-tool.
POST /mcp