HomeDesign & Media › Figma MCP Server

Figma MCP Server

A local MCP server with full Figma REST API coverage.

TypeScript
★ 10 stars Last pushed 2026-09-15 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.1.1)

npx -y figma-mcp-server@3.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "figma-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-server@3.1.1"
      ],
      "env": {
        "FIGMA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIGMA_API_KEY required secret — Figma personal access token

Related servers

Data from the Official MCP Registry