MCP Server
Figma MCP MCP Server
by Figma
Read frames and components and convert designs to code.
About Figma MCP
Figma MCP exposes file and frame data, allowing agents to inspect components, extract design tokens, and generate frontend code aligned with Figma sources.
Tags
designcomponentstokens
How to install Figma MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-figma"]
}
}
}Example shape only — see the docs for the canonical install command.