Figma Ir
Freeby MCP Community
Covert Figma to UI Intermediate Representation (IR)
v0.0.8Added Apr 12, 2026
Figma Ir MCP Server
Covert Figma to UI Intermediate Representation (IR)
Installation
npx -y figma-ir-mcp
Reviews
Installation
Quick install
npx -y figma-ir-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"figma-ir": {
"command": "npx",
"args": ["-y", "figma-ir-mcp"]
}
}
}