bridge-mcp-figma

sojotype/bridge-mcp-figma
★ 0 stars TypeScript 🔌 API Integration Updated 1mo ago
MCP server and bridge plugin for Figma: allows you to work with Figma through the MCP protocol.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bridge-mcp-figma": {
      "command": "npx",
      "args": [
        "-y",
        "sojotype/bridge-mcp-figma"
      ]
    }
  }
}