figma react for VS Code
io.github.manansingh2001/figma-react
An MCP server that converts Figma designs into React code.
client:VS Code
transport:stdio
runtime:npm
Install figma react in VS Code
.vscode/mcp.json
{
"servers": {
"figma-react": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@manansiingh/figma-react-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs