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

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.