Skip to content

Copilot Figma Bridge

Free

by MCP Community

One-command setup for Figma MCP + GitHub Copilot with structured design-to-code rules

v1.3.3Added Apr 12, 2026
figmamcpcopilotgithub-copilotvscode
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}