MCP server to provide Figma layout information to AI coding agents like Cursor
mcpServer
{ "mcpServers": { "Framelink Figma MCP": { "command": "npx", "args": [ "-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio" ] } } }
npx -y figma-developer-mcp --figma-api-key=YOUR-KEY --stdio