Figma Developer MCP

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

MCP Free Verified stdio 102 lines By GLips Awesome List - punkpeye/awesome-mcp-servers

Description

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

Quick Install

npx figma-developer-mcp

Installation

Many code editors and other AI clients use a configuration file to manage MCP servers.

The `figma-developer-mcp` server can be configured by adding the following to your configuration file.

> NOTE: You will need to create a Figma access token to use this server. Instructions on how to create a Figma API access token can be found [here](https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-access-tokens).

### MacOS / Linux

```json
{
  "mcpServers": {
    "Framelink MCP for Figma": {
      "command": "npx",
      "args": ["-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
    }
  }
}
```

### Windows

```json
{
  "mcpServers": {
    "Framelink MCP for Figma": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "figma-developer-mcp", "--figma-api-key=YOUR-KEY", "--stdio"]
    }
  }
}
```

Or you can set `FIGMA_API_KEY` and `PORT` in the `env` field.

If you need more information on how to configure the Framelink MCP for Figma, see the [Frameli

Stack & Dependencies

rest-api-spec sdk cross-env dotenv express js-yaml remeda sharp yargs zod

Frequently Asked Questions

What technologies does Figma Developer MCP require?
This MCP server requires rest-api-spec, sdk, cross-env, dotenv, express, js-yaml, remeda, sharp, yargs, and zod. Ensure these are available in your environment before configuring it with Claude Code.
How does Figma Developer MCP communicate with Claude?
Figma Developer MCP uses the stdio transport protocol to communicate with Claude Code via the Model Context Protocol.
How do I install Figma Developer MCP?
You can install Figma Developer MCP using npx: `npx figma-developer-mcp`. Add it to your Claude Code MCP configuration to start using it.
Is Figma Developer MCP free to use?
Figma Developer MCP is completely free to use. You can download the configuration or copy it directly from the page.
Download Config GitHub