Mmcp.market

Figma Rust MCP server

by alvinindra·io.github.alvinindra/figma-mcp-rust·v0.2.0

Figma MCP server in Rust: plugin bridge, no API token, no rate limits, 73 tools.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

50 stars77 downloads/wk

Reviews

Write one

Nobody has reviewed Figma Rust yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Figma Rust tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 18 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Figma Rust repository's README, as published. We do not edit it. Read it on GitHub

figma-mcp-rust

A high-performance Rust port of vkhanhqui/figma-mcp-go.

All credit for the original design, the Figma plugin bridge, and the tool catalogue goes to

@vkhanhqui. This repo migrates that same MCP server to Rust

with structured logging, race-free request correlation, and a declarative tool table;

see "What changed in the Rust rewrite" below.

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, 73 tools in total
  • Full design automation: styles, variables, components, prototypes, and content
  • Design strategies built in as MCP prompts, plus matching Claude Code skills

Why this exists

Most Figma MCP servers rely on the Figma REST API.

That sounds fine until you hit this:

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.

1. Configure your AI tool

Claude Code CLI

claude mcp add -s project figma-mcp-rust -- npx -y @alvinindra/figma-mcp-rust@latest

Claude Code plugin marketplace

/plugin marketplace add alvinindra/figma-mcp-rust
/plugin install figma-mcp-rust@figma-mcp-rust

Installing the plugin also adds 13 skills covering the workflows below, from reading designs to generating tokens and troubleshooting the bridge.

Codex CLI

codex mcp add figma-mcp-rust -- npx -y @alvinindra/figma-mcp-rust@latest

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

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

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

{
  "servers": {
    "figma-mcp-rust": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alvinindra/figma-mcp-rust"
      ]
    }
  }
}

2. Install the Figma plugin

  1. In Figma Desktop: Plugins → Development → Import plugin from manifest
  2. Select manifest.json from the plugin.zip
  3. Run the plugin inside any Figma file

Available Tools

Write: Create

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @alvinindra/figma-mcp-rust on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add figma-mcp-rust -- npx -y @alvinindra/figma-mcp-rust
Add to Cursor

Figma Rust: common questions

Is Figma Rust MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Figma Rust safety report
How do I install Figma Rust?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Figma Rust need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Figma Rust maintained?
The last commit was 19 days ago (2026-09-04). The latest release is v0.2.0.
What can I use instead of Figma Rust?
Servers from other publishers that do the same job: Figma Go MCP server, Layerbridge MCP server and Figma Bridge MCP server. Compare all Figma Rust alternatives.

Alternatives to Figma Rust

Same job from other publishers: the closest match first, then the best rated.

All Figma Rust alternatives →
  • Figma Go
    Figma MCP server with full read/write access via plugin bridge — no API token or rate limits.
    A
  • Layerbridge
    Read, edit and export the Figma file open in a local plugin. No REST API, no rate limits.
    B
  • Figma Bridge
    Write to a live Figma canvas, get a screenshot back, and roll back mistakes. Zero deps, free plan.
    A
  • YouTube Data
    YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.
    B
  • Figma MCP Server
    A local MCP server with full Figma REST API coverage.
    B

More from alvinindra