Best for
- Developers using Cursor
- Teams implementing interfaces from Figma designs
- AI coding workflows that need layout and styling context
An MIT-licensed open-source MCP server for providing Figma layout and styling context to Cursor and other AI coding tools. The manifest lists version 0.6.4, the npm package figma-developer-mcp, and stdio transport.
Framelink MCP for Figma is an MCP server that provides Figma layout information to Cursor and other AI-powered coding tools. It simplifies and translates Figma API responses so models receive more relevant layout and styling context for implementing designs.
Add the server configuration to an MCP client configuration file, run figma-developer-mcp with npx, and replace --figma-api-key=YOUR-KEY with a Figma access token. The server uses stdio transport. FIGMA_API_KEY and PORT may also be set in the client's env field.
{"mcpServers":{"Framelink MCP for Figma":{"command":"npx","args":["-y","figma-developer-mcp","--figma-api-key=YOUR-KEY","--stdio"]}}}