RadarDev tools
Figma
Dev tools · MCP Server
About Figma
The Framelink Figma MCP server lets an AI coding tool read your Figma layouts and styles, so it can generate UI that matches the design.
Give the assistant your Figma design context.
CategoryDev tools
TypeMCP Server
SourceCommunity
WebsiteInstalling Figma
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add figma -- npx -y figma-developer-mcp --stdio
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--stdio"
],
"env": {
"FIGMA_API_KEY": "<your FIGMA_API_KEY>"
}
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Requires FIGMA_API_KEY, get this from the maintainer. Never commit them.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.