Figma-Context-MCP

Figma-Context-MCP

MCP server that provides Figma layout information for AI coding assistants.

MCPDevOpen sourceFigmaCursorMCP
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 15.2k
Source
mcp-github

Overview

Figma-Context-MCP is a Model Context Protocol (MCP) server that delivers layout and style information from Figma files to AI coding tools like Cursor. By accessing this design data, AI can more accurately implement designs in one go, without relying on workarounds like screenshots. To use this service, you need to add the corresponding configuration in your config file and provide a Figma API access token. This capability is especially useful for developers who need to rapidly turn designs into code.

Capabilities

  • Retrieve layout information from Figma files
  • Simplify and translate Figma API responses
  • Provide relevant layout and style data

Use cases

AI-assisted UI developmentOne-click design-to-code conversionImproving coding efficiency

Setup

Requires: Figma API KeyNode 环境
Add the `figma-developer-mcp` server configuration in your config file and provide a Figma API access token.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I create a Figma API access token?

Refer to the Figma official documentation: https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-access-tokens

Related skills