Skip to content

Figmanage

Free

by MCP Community

MCP server for managing your Figma workspace from the terminal.

v1.4.2Added Apr 12, 2026
figmamcpfigmanageworkspaceadmin
Works with:ClaudeGPTGeminiCopilot

Figmanage MCP Server

MCP server for managing your Figma workspace from the terminal.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y figmanage
Add to claude_desktop_config.json
{
  "mcpServers": {
    "figmanage": {
      "command": "npx",
      "args": ["-y", "figmanage"]
    }
  }
}