McpMux
Back to Registry

Figma (npx) MCP Server

Community

Contributed by GLips

Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.

About the Figma (npx) MCP Server

The Figma (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads. This is a community-contributed MCP server by GLips.

Install the Figma (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "figma-developer-mcp",
    "--stdio"
  ],
  "env": {
    "FIGMA_API_KEY": "${input:FIGMA_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "FIGMA_API_KEY",
        "label": "Figma Personal Access Token",
        "description": "Personal access token for the Figma API. Generated from your Figma account settings under Settings > Account > Personal access tokens.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "figd_xxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://www.figma.com/developers/api#access-tokens",
          "instructions": "1. Go to figma.com and log in\n2. Open Settings > Account\n3. Scroll to Personal access tokens\n4. Click 'Generate new token'\n5. Give it a description and copy the token",
          "button_label": "Get Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

figmadesignuicomponentsdesign-tokensfrontendframelink

Supported AI Clients

The Figma (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Figma (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.