Skip to content

Figma Server

Free

by MCP Community

Figma MCP server for design file management and API integration

v2.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Figma Server MCP Server

Figma MCP server for design file management and API integration

Installation

npx -y @imazhar101/mcp-figma-server

Reviews

Leave a Review

Installation

Quick install
npx -y @imazhar101/mcp-figma-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "figma-server": {
      "command": "npx",
      "args": ["-y", "@imazhar101/mcp-figma-server"]
    }
  }
}