Skip to content
Cursor

figma react for Cursor

io.github.manansingh2001/figma-react

An MCP server that converts Figma designs into React code.

client:Cursor transport:stdio runtime:npm

Install figma react in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figma react in other clients