Get the FREE Ultimate OpenClaw Setup Guide →

figma

MCP server from Antonytm/figma-mcp-server

How to use

The Figma MCP server, developed by Antonytm, provides a robust interface for managing and interacting with Figma documents through the Model Context Protocol. Developers can utilize this server to create, update, and manipulate design elements in Figma projects programmatically, streamlining their design workflows and enhancing collaboration capabilities.

Once connected to the Figma MCP server, you can interact with Figma documents by sending structured queries and commands. You can access various features such as retrieving document metadata, updating layers, and managing components in real-time. To maximize efficiency, focus on utilizing queries to fetch specific design elements or commands that modify properties, ensuring a seamless integration into your development process.

How to install

Prerequisites

Before installing the Figma MCP server, ensure you have Node.js installed on your system.

Option A: Quick start with npx

For a quick start, you can run the following command to use the server without installing it globally:

npx -y figma-mcp-server

Option B: Global install alternative

If you prefer to install it globally, you can do so using npm with the following command:

npm install -g figma-mcp-server

Additional notes

When configuring the Figma MCP server, ensure that you set the appropriate environment variables to authenticate with your Figma account. A common gotcha is forgetting to specify the Figma API token, which is essential for accessing your design files. Additionally, check that the server is running on the correct port to avoid connection issues.

Related MCP Servers

Sponsor this space

Reach thousands of developers