Fetching from the wire…
Top 5 · 2026-03-25 · source-backed
Figma released its MCP server in open beta, and this one matters more than most MCP launches. AI agents can now read, create, and edit components directly on the Figma canvas using your design system variables. The use_figma tool works with Claude Code, Cursor, Codex, Copilot CLI, and any MCP-compatible client.
I've been waiting for this. My design background is the reason I can ship products that don't look like developer projects, but the gap between design intent and code output has always been a manual bridge. Figma's MCP server is the first real attempt to let agents cross that gap natively.
The skills system is what makes it actually useful. Figma published figma-use, a markdown-based skill file that teaches agents how to behave on the canvas. If you've written a CLAUDE.md file, you already understand the pattern. Install it, and the agent knows how to create frames, apply auto layout, reference design system tokens, and build components that respect your constraints. Without the skill, agents produce garbage on the canvas. With it, they produce usable designs.
Setup is simple: claude mcp add --transport http figma https://mcp.figma.com/mcp. Or claude plugin install figma@claude-plugins-official. The API will eventually be paid, but it's free during beta while Figma works out agentic seat pricing.
For builders who've been running design-to-code workflows manually, this changes the loop. You can now describe a component in natural language, have Claude Code create it in Figma, review it visually, then generate the React/CSS from the actual design. The design file becomes the source of truth instead of a reference screenshot. Combined with Google Stitch's DESIGN.md export that gives coding agents design system awareness, we're getting close to a real design-to-code pipeline that doesn't require a human copying hex values.
Each link below shares sources, entities, or timing with this story.
Google Labs launched a Stitch 2.0 update on March 18 that does something nobody else has done: it creates a structured, portable, agent-readable handoff format between design tools and coding agents. The feature is called DESIGN.md — a markdown file that encodes design system...
VoltAgent's awesome-design-md repository packages 57 complete brand design systems as structured markdown files. Apple, Notion, Airbnb, Stripe, Uber. Drop one in your Claude Code workspace and the agent generates pixel-accurate UI matching that brand's visual language. Source:...
Export design system rules from Google Stitch as DESIGN.md, import via MCP server into Claude Code, Cursor, or Gemini CLI. Structured markdown encodes component specs, layout constraints, and design tokens in a format coding agents parse natively. Even if you don't use Stitch,...
Pencil.dev is a free, local-first infinite design canvas that connects to Claude Code via MCP. Design UI visually, and your coding agent reads the canvas context to generate matching production code (HTML, CSS, React) with zero information loss. Designs save as editable .pen f...
1. Set package cooldown to 72 hours across all your package managers. pnpm: resolution-time=72h, uv: --exclude-newer, npm via .npmrc. This single config change would have protected you from the LiteLLM attack. Willison's survey covers all seven managers. 2. Install Lasso Secur...
Google shipped Chrome DevTools for Agents 1.0 at I/O 2026, and this is the kind of infrastructure release that quietly changes what's possible. The tool is an MCP server that gives coding agents direct access to console logs, network traffic, accessibility trees, and Lighthous...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.