Back to directory
sanjeev23oct/figma-mcp

sanjeev23oct/figma-mcp

@sanjeev23oct

MCP server that bridges Figma designs to React implementations with pixel-perfect conversion

figmamcpreactdesign-to-codeautomationtypescript

Installation & Configuration

{
  "mcpServers": {
    "figma": {
      "command": "node",
      "args": [
        "path/to/figma-mcp/build/index.js"
      ],
      "env": {
        "FIGMA_ACCESS_TOKEN": "your-figma-token-here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/17
Updated
2026/6/17