loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

figma-mcp-go

MCP Tool

vkhanhqui/figma-mcp-go

Figma MCP for free users — no rate limits, full read/write, text to designs, designs to code

Install

$ npx loaditout add vkhanhqui/figma-mcp-go

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "figma-mcp-go": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-go"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

figma-mcp-go

Figma MCP — Free, No Rate Limits

Open-source Figma MCP server with full read/write access via plugin — no REST API, no rate limits. Turn text into designs and designs into real code. Works with Cursor, Claude, GitHub Copilot, and any MCP-compatible AI tool.

Highlights

  • No Figma API token required
  • No rate limits — free plan friendly
  • Read and Write live Figma data via plugin bridge
  • Supports multiple AI tools simultaneously
  • Written in Go, distributed via npm

https://github.com/user-attachments/assets/17bda971-0e83-4f18-8758-8ac2b8dcba62

---

Why this exists

Most Figma MCP servers rely on the Figma REST API.

That sounds fine… until you hit this:

| Plan | Limit | |------|-------| | Starter / View / Collab | 6 tool calls/month | | Pro / Org (Dev seat) | 200 tool calls/day | | Enterprise | 600 tool calls/day |

If you're experimenting with AI tools, you'll burn through that in minutes.

I didn't have enough money to pay for higher limits. So I built something that doesn't use the API at all.

---

Installation & Setup

Install via npx — no build step required. Watch the setup video or follow the steps below.

[](https://youtu.be/DjqyU0GKv9k)

1. Configure your AI tool

Claude Code CLI

claude mcp add -s project figma-mcp-go -- npx -y @vkhanhqui/figma-mcp-go@latest

.mcp.json (Claude and other MCP-compatible tools)

{
  "mcpServers": {
    "figma-mcp-go": {
      "command": "npx",
      "args": ["-y", "@vkhanhqui/figma-mcp-go"]
    }
  }
}

.vscode/mcp.json (Cursor / VS Code / GitHub Copilot)

{
  "servers": {
    "figma-mcp-go": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vkhanhqui/figma-mcp-go"
      ]
    }
  }
}
2. Install the Figma plugin
  1. In Figma Desktop: Plugins → Development → Import plugin from manifest
  2. Select manifest.json f

Tags

agentaiautomationdesignfigmafigma-pluginmcp

Reviews

Loading reviews...

Quality Signals

330
Stars
0
Installs
Last updated11 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/3/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/vkhanhqui/figma-mcp-go)](https://loaditout.ai/skills/vkhanhqui/figma-mcp-go)