Access Figma design files through the Figma API to retrieve layout and styling information.
Extract relevant design metadata from Figma files, including components, frames, and group information.
Simplify and translate complex Figma API responses to provide only the most relevant layout and styling information to AI models.
MCP server specifically designed for integration with Cursor and other AI-powered coding tools.
Fetch design data in real-time by pasting Figma file, frame, or group links for code generation.
Reduce the amount of context provided to models to improve AI accuracy and response relevance.
Support MCP server configuration across MacOS, Linux, and Windows platforms.
Securely manage Figma personal access tokens with support for environment variable configuration.
{
"mcpServers": {
"Framelink Figma MCP": {
"command": "npx",
"args": ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}