Give coding agents Figma layout context through MCP
Configure Framelink's Figma MCP server so coding agents can fetch clean design layout context from Figma files before implementing UI.
Prerequisites
Node.js, npm or npx, Figma personal access token, MCP-compatible coding client
Installation
Basic usage or getting-started notes:
Many code editors and other AI clients use a configuration file to manage MCP servers.
The figma-developer-mcp server can be configured by adding the following to your configuration file.
NOTE: You will need to create a Figma access token to use this server. Instructions on how to create a Figma API access token can be found [here](https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-...
Extracted from upstream docs: https://raw.githubusercontent.com/GLips/Figma-Context-MCP/HEAD/README.md