Servers
Framelink Figma MCP Server
@GLips
MCP server to provide Figma layout information to AI coding agents like Cursor
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"figma-developer-mcp": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": "<your-figma-api-key>"
}
}
}
}