Skip to content
Claude Desktop

figma react for Claude Desktop

io.github.manansingh2001/figma-react

An MCP server that converts Figma designs into React code.

client:Claude Desktop transport:stdio runtime:npm

Install figma react in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "figma-react": {
      "command": "npx",
      "args": [
        "-y",
        "@manansiingh/figma-react-mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

figma react in other clients