
Figma MCP Go
by vkhanhqui
Full read/write Figma automation server bypassing REST API limits via a plugin bridge.
What it does
Figma MCP Go connects AI agents directly to Figma, enabling comprehensive design automation. Unlike most MCP servers that rely on the Figma REST API—which has severe rate limits for free users—this server uses a plugin bridge to provide unrestricted read and write access to your design files.
Tools
create_frame: Create frames with auto-layout and fill.create_text: Add text nodes with automatic font loading.set_auto_layout: Configure flex properties on frames.get_document: Retrieve the full current page tree.get_selection: Get currently selected nodes.create_component: Convert frames into reusable components.set_variable_value: Manage variable collection values.export_tokens: Export design tokens as JSON or CSS.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"figma-mcp-go": {
"command": "npx",
"args": ["-y", "@vkhanhqui/figma-mcp-go"]
}
}
}
Note: You must also install the Figma plugin from the project's releases via Plugins → Development → Import plugin from manifest.
Supported hosts
Supported on Claude, Cursor, and GitHub Copilot.
Quick install
npx -y @vkhanhqui/figma-mcp-goInformation
- Pricing
- free
- Published
- 5/11/2026





