Skip to main content
📖 The AI Tool Bible

Framelink Figma Context MCP

MCP server that feeds Figma layout, styles and components into AI coding agents like Cursor and Claude Code.

Free· Free and open source (MIT). Optional Framelink hosted extras are gated behind a waitlist with no published pricing.MCP Servers
Visit website →
Best for

Front-end and mobile engineers using Cursor, Claude Code, or Windsurf who want AI agents to implement Figma designs in the team's own component library and framework conventions.

Skip if

Designers who want a no-code Figma-to-production-site exporter, or teams that need bi-directional sync (code changes reflecting back into Figma).

Framelink Figma Context MCP (the GLips/Figma-Context-MCP repo) is a Model Context Protocol server that pipes Figma design data into any MCP-aware AI coding client — Cursor, Claude Code, Windsurf, VS Code Copilot Chat, Cline and others. Instead of handing the model a raw Figma API dump or a pre-baked React/Tailwind snippet, it walks the file, strips noise, deduplicates repeated styles and components, and returns a compact descriptive JSON blob describing layout, spacing, typography, colors, component instances and named tokens. The model then writes code in whatever framework and pattern your repo already uses. Install is one line: add a config block pointing to `npx figma-developer-mcp` with your Figma personal access token and restart the editor. Once wired, you paste a Figma file/frame/node URL into the chat, ask for the implementation, and the agent pulls the right slice of the design on demand. Typical workflows are converting a marketing section into your own component library, turning a mobile screen into SwiftUI or Jetpack Compose, generating Tailwind for a landing page redraw, or reconciling a Figma redesign against existing code. The project has ~15k stars, is MIT-licensed TypeScript, and is maintained by Graham Lipsman under the Framelink brand — a hosted product with waitlisted extras is signposted but the core server is fully self-hostable and free.

Editor's take

This is the MCP I reach for over Figma's own server when the goal is code that looks like the rest of the repo. The descriptive-not-prescriptive philosophy is the right call — the official MCP's Tailwind-flavored output is convenient for greenfield demos but pollutes an established codebase. Install is genuinely one line, and the token-and-component preservation is what makes it worth wiring into every front-end project.

— The AI Tool Bible editorial team

Pros

  • Descriptive JSON output preserves your codebase conventions instead of forcing auto-generated React/Tailwind
  • Roughly 25% smaller payload than Figma's official MCP, which matters for context-window-limited agents
  • Deduplicates repeated styles and correctly represents nested component instances
  • Works with Cursor, Claude Code, Windsurf, VS Code, Cline — any MCP client, not locked to one IDE
  • One-line npx install; only a Figma personal access token is required
  • MIT licensed, active repo (~15k stars), self-hostable with no vendor lock-in
  • Keeps token names and component props, so generated code can reference your design system

Cons

  • ⚠️ Read-only — cannot push code changes back to Figma or edit designs
  • ⚠️ Quality of output still depends on how disciplined the Figma file is (auto-layout, named styles, components)
  • ⚠️ Requires a Figma personal access token per developer; no team-level auth flow
  • ⚠️ Framelink hosted tier is a waitlist with no public pricing, so long-term commercial model is unclear
  • ⚠️ Very large or deeply nested files can still blow past model context if you request whole pages instead of frames

Use cases

Figma-to-React component generation in CursorMarketing landing page implementation from a Figma frameSwiftUI or Jetpack Compose screens from mobile mockupsDesign system token extraction into Tailwind or CSS variablesReconciling a Figma redesign against existing componentsGenerating HTML/CSS prototypes from a design filePixel-accurate spacing and typography audits inside an IDE agent

Explore related

Compare with similar tools

All in MCP Servers

Airtable MCP Server

MCP Servers

Model Context Protocol server that gives LLMs full read/write access to your Airtable bases.

Free· Open source (MIT) and free to run. You still need an Airtable account and personal access token; Airtable itself is Free / Team $20 per user/mo / Business $45 per user/mo / Enterprise (custom).Natural-language CRM queries against AirtableLLM-driven lead triage and enrichment

Apple Notes MCP

MCP Servers

Let Claude read your local Apple Notes over the Model Context Protocol.

Free· Free / open-source (MIT). No hosted service; runs locally on your Mac.Personal knowledge retrieval from Apple NotesSearching decade-old meeting notes during a Claude chat

AWS MCP Servers

MCP Servers

Official AWS Labs collection of Model Context Protocol servers for connecting AI coding assistants and agents to AWS services and documentation.

Free· Free and open source (Apache 2.0). AWS service usage billed at standard AWS rates. Optional AWS-hosted 'remote managed' servers included at no additional charge beyond consumed AWS services.AWS infrastructure-as-code scaffolding with CDK or CloudFormationGrounded answers from live AWS documentation

Azure MCP Server

MCP Servers

Official Microsoft MCP server that exposes 40+ Azure services to AI agents under the developer's own Entra ID credentials.

Free· Server is free and MIT-licensed. Azure resource usage is billed separately at standard Azure rates based on whatever services the agent queries or mutates.Natural-language Azure resource inventoryLog Analytics and Kusto (KQL) querying from an agent

Blender MCP

MCP Servers · Model-agnostic; commonly paired with Claude (Sonnet/Opus) via Claude Desktop, but works with any MCP-capable client

Give Claude hands inside Blender — an MCP server for natural-language 3D modeling.

Free· Free and open-source (MIT license). No hosted service, no subscription; you supply your own MCP-capable client (Claude Desktop, Cursor, VS Code, OpenCode) and pay only for whatever LLM the client uses.AI-assisted 3D scene blockingGenerative prop and mesh creation via Hyper3D Rodin

Brave Search MCP

MCP Servers

Give any MCP client web and local search powered by the Brave Search API.

Freemium· Free: $ 0 USD · Team: $ 4 USD per user/month · Enterprise: $ 21 USD per user/monthGrounded web search inside Claude DesktopAgent fact-checking and citation lookup