Excel Data to Figma Presentation Designer
Turn any AI chat into an excel data to figma presentation designer with this community persona prompt.
by Figma
Figma's official MCP server exposes design context from the current selection or a node ID so a coding agent can generate implementation that matches the design. It provides tools for code context, images, and variable definitions, and is offered as a local desktop server (127.0.0.1:3845) and a remote server, using your design system as the source of truth.
The Model Context Protocol (MCP).
Setup steps with copy-paste config. Sources are cited under each method.
Requires: The Figma desktop app · A Dev or Full seat on a paid plan · An MCP host (VS Code, Cursor, Windsurf, Claude Code, …)
Enable the server in Figma
In the Figma desktop app, turn on the Dev Mode MCP server; it runs locally.
http://127.0.0.1:3845/mcpPoint your host at the local endpoint
Add the local MCP URL to your editor/agent's MCP settings, then select a frame in Figma and prompt for implementation.
{
"mcpServers": {
"figma": {
"url": "http://127.0.0.1:3845/mcp"
}
}
}Copy-paste prompts written to exercise this plugin, with what to expect.
You've selected a card component in Figma and want React + CSS.
Using the current Figma selection, generate a React component that matches the layout, spacing, and colors, and use the design variables where they exist.
What to expect: The agent pulls the selection's code context and variables and produces a component aligned to the design system rather than eyeballed values.
Real prompts from the IterPrompt library you can copy or run.
Turn any AI chat into an excel data to figma presentation designer with this community persona prompt.
Turn any AI chat into a claude code statusline design with this community persona prompt.
Turn any AI chat into a redesign front-end with codex with this community persona prompt.
Expert UI designer specializing in component creation, layout systems, and visual design implementation. Masters modern design patterns, responsive layouts, and design-to-code work
Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contr
Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and
The desktop server requires a Dev or Full seat on a paid plan; a remote server is available more broadly. Confirm current seat/plan requirements on Figma's docs.
The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.
Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.