MCP.so
Sign In
Servers

MCP Figma to React Converter

@StudentOfJS

MCP server for converting Figma designs to React components

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-figma-to-react": {
      "command": "node",
      "args": [
        "dist/index.js",
        "--transport=stdio"
      ],
      "env": {
        "FIGMA_API_TOKEN": "your_token_here"
      }
    }
  }
}

More from Media & Design