Reads Figma layouts, styles, components, and images so coding agents can implement designs from Figma links.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Figma Context MCP.
get_figma_dataGet comprehensive Figma file data including layout, content, visuals, and component information
download_figma_imagesDownload SVG and PNG images used in a Figma file based on the IDs of image or icon nodes. Images will be saved relative to the server's image directory: /home/user
GLips/Figma-Context-MCP MCP server connects an MCP-compatible coding client to Figma. It is intended for workflows where an agent needs to turn an existing Figma file, frame, or group into application code. The server supplies design information that can be used to implement interfaces in any framework supported by the coding project.
The server exposes two tools. get_figma_data returns comprehensive information from a Figma file, including layout, content, visual details, and component information. download_figma_images retrieves SVG and PNG images used in the file when given the IDs of image or icon nodes. Downloaded assets are saved relative to the server's image directory, shown in the provided configuration as /home/user.
The normal workflow starts in an IDE chat, such as Cursor's agent mode. The developer pastes a link to a Figma file, frame, or group, then asks the agent to implement or otherwise work with the design. The MCP server uses the link to request relevant metadata from the Figma API and returns a reduced, translated representation to the client.
Rather than passing the complete API response to the model, GLips/Figma-Context-MCP MCP server focuses the returned context on information relevant to layout and styling. This reduces the amount of design data the model must process. For assets, the agent can provide image or icon node IDs to the image download tool and use the resulting SVG or PNG files in the implementation.
The README describes the project as specifically designed for Cursor, while also referring to other AI-powered coding tools that support MCP. The repository does not document a hosted endpoint; the example runs the server locally over standard input and output.
Using the documented local setup requires Node.js tooling capable of running npx and a Figma access token. Add the server to the MCP configuration used by the coding client with the figma-developer-mcp package and the --stdio option. The token can be supplied with the --figma-api-key argument, or through the FIGMA_API_KEY environment variable. The README also identifies PORT as an environment setting that can be configured.
A local configuration can run the package with npx -y figma-developer-mcp --stdio. On Windows, the documented configuration wraps the same command with cmd /c. A Figma access token must be created before using the server; the README links to Figma's instructions for managing personal access tokens.
GLips/Figma-Context-MCP MCP server is a fit for design-to-code tasks that need more than a screenshot, especially when the agent must inspect component structure, measurements, styling information, and referenced assets. It does not replace the Figma editor or document a tool for modifying Figma files; the supplied material describes reading data and downloading images.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/glips-figma-context-mcp)<a href="https://allmcps.com/mcp/glips-figma-context-mcp"><img src="https://allmcps.com/api/badge/glips-figma-context-mcp?style=directory" alt="Figma Context MCP on AllMCPs" /></a>