Copilot Figma Bridge
Freeby MCP Community
One-command setup for Figma MCP + GitHub Copilot with structured design-to-code rules
v1.3.3Added Apr 12, 2026
figmamcpcopilotgithub-copilotvscode
Copilot Figma Bridge MCP Server
One-command setup for Figma MCP + GitHub Copilot with structured design-to-code rules
Installation
npx -y copilot-figma-bridge
Reviews
Installation
Quick install
npx -y copilot-figma-bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"copilot-figma-bridge": {
"command": "npx",
"args": ["-y", "copilot-figma-bridge"]
}
}
}