Odel
figma ui mcp

figma ui mcp

Local
@tranhoaihung236JavaScriptMITUpdated 3mo ago

Bidirectional Figma MCP — AI draws UI on Figma canvas, reads designs back

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfigma-ui-mcpv2.5.26

Run

npx -y figma-ui-mcp

MCP client config

{
  "mcpServers": {
    "figma-ui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "figma-ui-mcp"
      ]
    }
  }
}