Skip to content

Figma React

Free

by MCP Community

An MCP server that converts Figma designs into React code.

v1.0.7Added Apr 12, 2026
mcpfigmareactdesign-tokensmicro-frontend
Works with:ClaudeGPTGeminiCopilot

Figma React MCP Server

An MCP server that converts Figma designs into React code.

Installation

npx -y @manansiingh/figma-react-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @manansiingh/figma-react-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "figma-react": {
      "command": "npx",
      "args": ["-y", "@manansiingh/figma-react-mcp-server"]
    }
  }
}