Free, bidirectional Figma MCP server — turn designs into framework-aware code and write back to the canvas, for Claude Code, Cursor, and any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"figwright": {
"command": "npx",
"args": [
"-y",
"awdr74100/figwright"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add figwright npx -y awdr74100/figwright
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"figwright": {
"command": "npx",
"args": [
"-y",
"awdr74100/figwright"
]
}
}
}
📋 Copy