Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.jirayusueb/figma-mcp-rs

NPM · FIGMA-MCP-RS · SCANNED SEP 20

Figma/FigJam MCP server with read/write via plugin — no API token, no limits. 78 tools.

Available components

+5 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability89
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 8650 tokens (~102/item across 84 items; 84 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 96% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 6 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_nodes" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 84 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.jirayusueb/figma-mcp-rs server?

io.github.jirayusueb/figma-mcp-rs runs locally as an npm package, launched with npx -y figma-mcp-rs. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · figma-mcp-rs

# add to Claude Code
claude mcp add jirayusueb-figma-mcp-rs -- npx -y figma-mcp-rs
// .cursor/mcp.json
{
  "mcpServers": {
    "jirayusueb-figma-mcp-rs": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-rs"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jirayusueb-figma-mcp-rs": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-rs"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jirayusueb-figma-mcp-rs -- npx -y figma-mcp-rs
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jirayusueb-figma-mcp-rs": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "figma-mcp-rs"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jirayusueb-figma-mcp-rs --command npx --arg -y --arg figma-mcp-rs
# ~/.hermes/config.yaml
mcp_servers:
  jirayusueb-figma-mcp-rs:
    command: "npx"
    args: ["-y", "figma-mcp-rs"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jirayusueb-figma-mcp-rs": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "figma-mcp-rs"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jirayusueb-figma-mcp-rs -t stdio -c npx -a -y figma-mcp-rs
// mcp.json
{
  "mcpServers": {
    "jirayusueb-figma-mcp-rs": {
      "command": "npx",
      "args": [
        "-y",
        "figma-mcp-rs"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +4
    • Stability: unverified → 0.23 functional
  • 13 Sept 26 +15
    • Malware scan: unverified → pass security
  • 11 Sept 26 56

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/figma-mcp-rs@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 84 exposed · ~8,650 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_viewport ~26

Get the current Figma viewport: scroll center, zoom level, and visible bounds.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

group_nodes ~75

Group two or more nodes into a GROUP. All nodes must share the same parent.

NameTypeReqDescription
namestring|nullOptional name for the new group
nodeIdsarrayyesNode IDs to group (minimum 2), in colon format e.g. ['4029:12345', '4029:12346']

No output schema declared.

No examples provided.

import_image ~174

Import a base64-encoded image into Figma as a rectangle with an image fill. Use get_screenshot to capture images or provide your own base64 PNG/JPG.

NameTypeReqDescription
heightnumber|nullHeight in pixels (default 200)
imageDatastringyesBase64-encoded image data (PNG or JPG)
namestring|nullNode name
parentIdstring|nullParent node ID in colon format. Defaults to current page.
scaleModestring|nullImage scale mode: FILL (default), FIT, CROP, or TILE
widthnumber|nullWidth in pixels (default 200)
xnumber|nullX position (default 0)
ynumber|nullY position (default 0)

No output schema declared.

No examples provided.

lock_nodes ~43

Lock one or more nodes to prevent accidental edits in Figma.

NameTypeReqDescription
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']

No output schema declared.

No examples provided.

move_nodes ~82

Move one or more nodes to an absolute canvas position. The same x/y is applied to every node independently (not a relative offset from current position).

NameTypeReqDescription
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
xnumber|nullTarget X position
ynumber|nullTarget Y position

No output schema declared.

No examples provided.

navigate_to_page ~61

Switch the active Figma page. Provide either pageId or pageName.

NameTypeReqDescription
pageIdstring|nullPage node ID in colon format e.g. '0:1'
pageNamestring|nullExact page name to navigate to

No output schema declared.

No examples provided.

remove_reactions ~91

Remove prototype reactions from a node. Omit indices to remove all reactions. Provide a zero-based indices array to remove specific reactions (use get_reactions first to see current indices).

NameTypeReqDescription
indicesarray|nullZero-based indices of reactions to remove. Omit or pass [] to remove all.
nodeIdstringyesNode ID in colon format e.g. '4029:12345'

No output schema declared.

No examples provided.

rename_node ~104

Rename a single node by ID. Returns the updated node with its new name. Use batch_rename_nodes to rename multiple nodes at once or to apply find/replace patterns across many nodes.

NameTypeReqDescription
namestringyesNew name for the node. Figma supports slash-separated path notation e.g. 'Icons/Arrow/Left' to organise nodes in component panels.
nodeIdstringyesNode ID in colon format e.g. '4029:12345'

No output schema declared.

No examples provided.

rename_page ~72

Rename an existing page in the Figma document.

NameTypeReqDescription
newNamestringyesNew name for the page
pageIdstring|nullPage node ID in colon format e.g. '0:2'
pageNamestring|nullCurrent page name to find (alternative to pageId)

No output schema declared.

No examples provided.

reorder_nodes ~69

Change the z-order (layer stack position) of one or more nodes.

NameTypeReqDescription
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
orderstringyesOrder operation: bringToFront, sendToBack, bringForward, or sendBackward

No output schema declared.

No examples provided.

reparent_nodes ~72

Move one or more nodes to a different parent frame, group, or section.

NameTypeReqDescription
nodeIdsarrayyesNode IDs to move in colon format e.g. ['4029:12345']
parentIdstringyesTarget parent node ID in colon format e.g. '4029:99'

No output schema declared.

No examples provided.

resize_nodes ~83

Resize one or more nodes. The same width/height is applied to every node in the list independently. Provide width, height, or both.

NameTypeReqDescription
heightnumber|nullNew height in pixels
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
widthnumber|nullNew width in pixels

No output schema declared.

No examples provided.

rotate_nodes ~62

Rotate one or more nodes to an absolute angle in degrees.

NameTypeReqDescription
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
rotationnumberyesRotation angle in degrees (positive = counter-clockwise in Figma)

No output schema declared.

No examples provided.

save_screenshots ~117

Export screenshots for multiple nodes and write them to the local filesystem. Returns file metadata (path, size, dimensions) — no base64 in the response. Use get_screenshot instead when you need the image data in memory.

NameTypeReqDescription
formatstring|nullDefault export format: PNG (default), SVG, JPG, or PDF
itemsarrayyesList of {nodeId, outputPath, format?, scale?} objects
scalenumber|nullDefault export scale for raster formats (default 2)

No output schema declared.

No examples provided.

scan_nodes_by_types ~85

Find all nodes of specific types in a subtree, regardless of name. Use search_nodes instead when you need to filter by name.

NameTypeReqDescription
nodeIdstringyesRoot node ID to scan from, colon format e.g. '4029:12345'
typesarrayyesNode types to find e.g. ['FRAME', 'COMPONENT', 'INSTANCE']

No output schema declared.

No examples provided.

scan_text_nodes ~72

Scan all TEXT nodes in a subtree and return their content. Shorthand for scan_nodes_by_types with ['TEXT'] — use when you only need text copy from a component or frame.

NameTypeReqDescription
nodeIdstringyesRoot node ID to scan from, colon format e.g. '4029:12345'

No output schema declared.

No examples provided.

search_nodes ~140

Search for nodes by name substring and/or type within a subtree. Use this when you know (part of) the node name. Use scan_nodes_by_types when you want all nodes of a type regardless of name.

NameTypeReqDescription
limitnumber|nullMaximum results to return (default: 50)
nodeIdstring|nullScope search to this subtree (default: current page), colon format e.g. '4029:12345'
querystringyesName substring to match (case-insensitive)
typesarray|nullFilter by Figma node type e.g. ['TEXT', 'FRAME', 'COMPONENT']

No output schema declared.

No examples provided.

set_auto_layout ~256

Set or update auto-layout (flex) properties on an existing frame.

NameTypeReqDescription
counterAxisAlignItemsstring|nullCross-axis alignment: MIN, CENTER, MAX, or BASELINE
counterAxisSizingModestring|nullCross-axis sizing: FIXED or AUTO (hug)
counterAxisSpacingnumber|nullGap between wrapped rows/columns (only when layoutWrap is WRAP)
itemSpacingnumber|nullGap between children
layoutModestring|nullAuto-layout direction: HORIZONTAL, VERTICAL, or NONE
layoutWrapstring|nullWrap behaviour: NO_WRAP or WRAP
nodeIdstringyesFrame node ID in colon format e.g. '4029:12345'
paddingBottomnumber|nullBottom padding
paddingLeftnumber|nullLeft padding
paddingRightnumber|nullRight padding
paddingTopnumber|nullTop padding
primaryAxisAlignItemsstring|nullMain-axis alignment: MIN, CENTER, MAX, or SPACE_BETWEEN
primaryAxisSizingModestring|nullMain-axis sizing: FIXED or AUTO (hug)

No output schema declared.

No examples provided.

set_blend_mode ~120

Set the blend mode of one or more nodes (e.g. MULTIPLY, SCREEN, OVERLAY).

NameTypeReqDescription
blendModestringyesBlend mode: NORMAL, MULTIPLY, SCREEN, OVERLAY, DARKEN, LIGHTEN, COLOR_DODGE, COLOR_BURN, HARD_LIGHT, SOFT_LIGHT, DIFFERENCE, EXCLUSION, HUE, SATURATION, COLOR, LUMINOSITY, PASS_THROUGH
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']

No output schema declared.

No examples provided.

set_constraints ~102

Set layout constraints (pinning behaviour) on one or more nodes relative to their parent.

NameTypeReqDescription
horizontalstring|nullHorizontal constraint: MIN (left), MAX (right), CENTER, STRETCH, or SCALE
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
verticalstring|nullVertical constraint: MIN (top), MAX (bottom), CENTER, STRETCH, or SCALE

No output schema declared.

No examples provided.

set_corner_radius ~124

Set corner radius on one or more nodes. Provide a uniform cornerRadius or individual per-corner values.

NameTypeReqDescription
bottomLeftRadiusnumber|nullBottom-left corner radius
bottomRightRadiusnumber|nullBottom-right corner radius
cornerRadiusnumber|nullUniform corner radius applied to all corners
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
topLeftRadiusnumber|nullTop-left corner radius
topRightRadiusnumber|nullTop-right corner radius

No output schema declared.

No examples provided.

set_effects ~143

Apply one or more effects (drop shadow, inner shadow, layer blur, background blur) directly to a node. Replaces all existing effects. Pass an empty array to clear all effects.

NameTypeReqDescription
effectsarrayyesArray of effect objects. Each has: type (DROP_SHADOW | INNER_SHADOW | LAYER_BLUR | BACKGROUND_BLUR), radius, color (hex, shadows only), opacity (0–1, shadows only), offsetX, offsetY (shadows only), s…
nodeIdstringyesTarget node ID in colon format e.g. 4029:12345

No output schema declared.

No examples provided.

set_fills ~173

Set the fill color on a single node (takes one nodeId, not an array). Use mode='append' to stack a new fill on top of existing fills instead of replacing them.

NameTypeReqDescription
colorstringyesFill color as hex: #RRGGBB e.g. #FF5733 or #RRGGBBAA e.g. #FF573380 for 50% alpha
modestring|null'replace' (default) overwrites all existing fills; 'append' stacks this fill on top of existing ones
nodeIdstringyesNode ID in colon format e.g. '4029:12345'
opacitynumber|nullFill opacity 0–1 (default 1). Combines multiplicatively with any alpha in the color hex.

No output schema declared.

No examples provided.

set_opacity ~67

Set the opacity of one or more nodes (0 = fully transparent, 1 = fully opaque).

NameTypeReqDescription
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
opacitynumberyesOpacity value between 0 and 1

No output schema declared.

No examples provided.

set_reactions ~84

No description provided.

NameTypeReqDescription
modestring|null"replace" (default) overwrites all existing reactions; "append" adds to them
nodeIdstringyesNode ID in colon format e.g. '4029:12345'
reactionsarrayyesArray of reaction objects. Each has a 'trigger' and an 'actions' array (plural) of Action objects.

No output schema declared.

No examples provided.

set_strokes ~133

Set the stroke color and weight on a single node (takes one nodeId, not an array). Use mode='append' to stack a new stroke on top of existing strokes instead of replacing them.

NameTypeReqDescription
colorstringyesStroke color as hex e.g. #000000
modestring|null'replace' (default) overwrites all strokes; 'append' stacks on top of existing strokes
nodeIdstringyesNode ID in colon format e.g. '4029:12345'
strokeWeightnumber|nullStroke weight in pixels (default 1)

No output schema declared.

No examples provided.

set_text ~51

Update the text content of an existing TEXT node.

NameTypeReqDescription
nodeIdstringyesTEXT node ID in colon format e.g. '4029:12345'
textstringyesNew text content

No output schema declared.

No examples provided.

set_variable_value ~82

Set a variable's value for a specific mode.

NameTypeReqDescription
modeIdstringyesMode ID within the collection
valuestringyesValue to set. COLOR: hex e.g. #FF5733. FLOAT: number e.g. 16. STRING: text. BOOLEAN: true or false.
variableIdstringyesVariable ID

No output schema declared.

No examples provided.

set_visible ~59

Show or hide one or more nodes by setting their visibility.

NameTypeReqDescription
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']
visiblebooleanyestrue to show the node, false to hide it

No output schema declared.

No examples provided.

swap_component ~73

Swap the main component of an existing INSTANCE node, replacing it with a different component while keeping position and size.

NameTypeReqDescription
componentIdstringyesTarget COMPONENT node ID in colon format (from get_local_components)
nodeIdstringyesINSTANCE node ID in colon format e.g. 4029:12345

No output schema declared.

No examples provided.

ungroup_nodes ~51

Ungroup one or more GROUP nodes, moving their children to the parent and removing the group.

NameTypeReqDescription
nodeIdsarrayyesGROUP node IDs in colon format e.g. ['4029:12345']

No output schema declared.

No examples provided.

unlock_nodes ~43

Unlock one or more nodes, allowing them to be edited again.

NameTypeReqDescription
nodeIdsarrayyesNode IDs in colon format e.g. ['4029:12345']

No output schema declared.

No examples provided.

update_paint_style ~101

Update an existing paint style's name, color, or description. Only paint styles support in-place updates — to modify text, effect, or grid styles, use delete_style and recreate them.

NameTypeReqDescription
colorstring|nullNew fill color as hex e.g. #FF5733
descriptionstring|nullNew style description
namestring|nullNew style name
styleIdstringyesPaint style ID

No output schema declared.

No examples provided.

use_figma ~332

Run JavaScript against the Figma Plugin API inside the file. Use this for anything the named tools don't cover: FigJam tables/shapes/code blocks/labels, Slides, component variants and properties, vector networks, styled text ranges, variable scopes, library imports, bulk edits in one round-trip. Code runs as the body of `async () => { ... }`: top-level `await` works, and only the value you `return` comes back (console.log is discarded, so return IDs, counts, or names — never node objects, the response must be JSON-serializable). Sandbox rules that cause most failures: colors are 0–1 floats, not 0–255; `fills`/`strokes` are read-only arrays, so clone-modify-reassign; load fonts with `await figma.loadFontAsync(node.fontName)` before touching `characters` on existing text; switch pages with `await figma.setCurrentPageAsync(page)` (the sync setter throws) and note the page resets to the first page on every call; `figma.notify()` is unavailable; append a node to an auto-layout parent before setting `layoutSizingHorizontal/Vertical` to HUG or FILL; `figma.createPage()` is Design-file only. Work in small steps and verify between calls.

NameTypeReqDescription
codestringyesJavaScript executed as the body of `async () => { ... }` inside the Figma plugin sandbox. Top-level `await` is allowed. `return` the data you need — console.log is discarded and only the returned val…

No output schema declared.

No examples provided.

Common questions

What is the io.github.jirayusueb/figma-mcp-rs server?

io.github.jirayusueb/figma-mcp-rs is listed in the public MCP registry as io.github.jirayusueb/figma-mcp-rs. Figma/FigJam MCP server with read/write via plugin, no API token, no limits. 78 tools. This page covers its npm package (figma-mcp-rs).

Is the io.github.jirayusueb/figma-mcp-rs server safe to use?

io.github.jirayusueb/figma-mcp-rs scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.jirayusueb/figma-mcp-rs server expose?

io.github.jirayusueb/figma-mcp-rs exposes 84 tools: add_page, add_variable_mode, apply_style_to_node, auto_arrange, batch_rename_nodes, and 79 more. Their descriptions and schemas cost roughly 8,650 tokens of context every time the server is loaded.

Is the io.github.jirayusueb/figma-mcp-rs server still maintained?

io.github.jirayusueb/figma-mcp-rs is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.jirayusueb/figma-mcp-rs server under?

io.github.jirayusueb/figma-mcp-rs declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.