Bidirectional Figma MCP — AI draws UI on Figma canvas, reads designs back
Bidirectional Figma MCP — AI draws UI on Figma canvas, reads designs back
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tranhoaihung-figma-ui-mcp": {
"args": [
"-y",
"figma-ui-mcp"
],
"command": "npx"
}
}
}This is a well-architected Figma MCP server that enables bidirectional communication between AI clients and Figma Desktop via a localhost HTTP bridge. The code includes proper VM sandboxing for JavaScript execution and reasonable security measures, though there are some minor security considerations around the localhost server and broad operation scope. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 3 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!