Figma Capture
Freeby MCP Community
MCP server for capturing webpages using Figma's HTML-to-design feature
v1.0.6Added Apr 12, 2026
mcpfigmacapturehtml-to-designmodelcontextprotocol
Figma Capture MCP Server
MCP server for capturing webpages using Figma's HTML-to-design feature
Installation
npx -y figma-capture-mcp
Reviews
Installation
Quick install
npx -y figma-capture-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-capture": {
"command": "npx",
"args": ["-y", "figma-capture-mcp"]
}
}
}