LogoSTMCP
Download
figma-mcp

Figma MCP Server

A Model Context Protocol (MCP) server that provides standardized access to Figma files, design assets, and image exports with depth control and URL parsing capabilities.

Tools

1. parse_figma_url

Extract file key from Figma URLs.

2. get_file

Get file structure with depth control.

3. get_file_nodes

Get specific nodes with depth control.

4. export_images

Export images from nodes.

5. get_me

Test authentication.

6. help

Usage instructions.

Open Graph image for Figma MCP Server

JSON Config

{
  "command": "figma-mcp",
  "env": {
    "FIGMA_TOKEN": "your_figma_token_here"
  },
  "args": []
}

Useful Links

Information