Figmanage
Freeby MCP Community
MCP server for managing your Figma workspace from the terminal.
v1.4.2Added Apr 12, 2026
figmamcpfigmanageworkspaceadmin
Figmanage MCP Server
MCP server for managing your Figma workspace from the terminal.
Installation
Reviews
Installation
Quick install
npx -y figmanage
Add to claude_desktop_config.json
{
"mcpServers": {
"figmanage": {
"command": "npx",
"args": ["-y", "figmanage"]
}
}
}