AIAny
Icon for item

Framelink MCP for Figma

Feeds simplified Figma layout and style metadata to AI coding agents like Cursor and Claude Code to implement designs in one shot. Sends descriptive JSON (1px border, 16px padding) rather than code, leaving framework choices to the model.

Introduction

Most Figma-to-code tools hand the AI finished markup and hope it fits your stack. This one refuses to — it sends the model raw design facts (a border here, a spacing token there) and lets the model write the code. That single inversion is why a paste-a-link workflow produces output that actually matches your existing components instead of a foreign div soup you have to rewrite.

The real bottleneck it removes is context bloat. Figma's own API response is verbose and noisy; pumping it straight into a model burns tokens and dilutes attention. The server extracts only layout and styling metadata that matters for implementation, landing roughly 25% smaller than alternatives and preserving design-system naming so the AI reaches for the right tokens.

What Sets It Apart
  • Descriptive over prescriptive: it states "1px border, 16px padding" rather than emitting code, so the AI picks the framework and pattern — meaning the result slots into React, Vue, or Tailwind without a translation layer.
  • Editor-agnostic by design: same MCP server drives Cursor, Claude Code, and VS Code, so switching tools doesn't mean re-learning a workflow.
  • Open-source and self-hosted: you run it locally against your own Figma token, so no design data routes through a third party — relevant when the mockups are unreleased product.
Who It's For

Great fit if you live in Cursor or Claude Code and want a Figma link to become a faithful first draft against your own component library. Look elsewhere if you need a polished hosted GUI, pixel-perfect raster export, or guaranteed output for a framework the model doesn't already know well — it gives the AI accurate facts, but the implementation quality still rides on the model behind it.

Information

  • Websitegithub.com
  • OrganizationsFramelink
  • AuthorsGLips (Framelink)
  • Published date2025/02/13

Categories

More Items

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub

Lets AI agents produce expressive, polished charts from compact, human-editable semantic specs; the compiler infers layout, scales, and labels and emits Vega-Lite, ECharts, or Chart.js outputs, with an MCP server for agent-driven chart creation and rendering.