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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 8 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add jirayusueb-figma-mcp-rs -- npx -y figma-mcp-rs
{
"mcpServers": {
"jirayusueb-figma-mcp-rs": {
"command": "npx",
"args": [
"-y",
"figma-mcp-rs"
]
}
}
} {
"servers": {
"jirayusueb-figma-mcp-rs": {
"command": "npx",
"args": [
"-y",
"figma-mcp-rs"
]
}
}
} codex mcp add jirayusueb-figma-mcp-rs -- npx -y figma-mcp-rs
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jirayusueb-figma-mcp-rs": {
"type": "local",
"command": [
"npx",
"-y",
"figma-mcp-rs"
],
"enabled": true
}
}
} openclaw mcp add jirayusueb-figma-mcp-rs --command npx --arg -y --arg figma-mcp-rs
mcp_servers:
jirayusueb-figma-mcp-rs:
command: "npx"
args: ["-y", "figma-mcp-rs"] {
"McpServers": {
"jirayusueb-figma-mcp-rs": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"figma-mcp-rs"
]
}
}
} assistant mcp add jirayusueb-figma-mcp-rs -t stdio -c npx -a -y figma-mcp-rs
{
"mcpServers": {
"jirayusueb-figma-mcp-rs": {
"command": "npx",
"args": [
"-y",
"figma-mcp-rs"
]
}
}
} 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.
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 →
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string|null | – | Optional name for the new group |
| nodeIds | array | yes | Node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| height | number|null | – | Height in pixels (default 200) |
| imageData | string | yes | Base64-encoded image data (PNG or JPG) |
| name | string|null | – | Node name |
| parentId | string|null | – | Parent node ID in colon format. Defaults to current page. |
| scaleMode | string|null | – | Image scale mode: FILL (default), FIT, CROP, or TILE |
| width | number|null | – | Width in pixels (default 200) |
| x | number|null | – | X position (default 0) |
| y | number|null | – | Y position (default 0) |
No output schema declared.
No examples provided.
lock_nodes ~43
Lock one or more nodes to prevent accidental edits in Figma.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node 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).
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| x | number|null | – | Target X position |
| y | number|null | – | Target Y position |
No output schema declared.
No examples provided.
navigate_to_page ~61
Switch the active Figma page. Provide either pageId or pageName.
| Name | Type | Req | Description |
|---|---|---|---|
| pageId | string|null | – | Page node ID in colon format e.g. '0:1' |
| pageName | string|null | – | Exact 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).
| Name | Type | Req | Description |
|---|---|---|---|
| indices | array|null | – | Zero-based indices of reactions to remove. Omit or pass [] to remove all. |
| nodeId | string | yes | Node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | New name for the node. Figma supports slash-separated path notation e.g. 'Icons/Arrow/Left' to organise nodes in component panels. |
| nodeId | string | yes | Node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| newName | string | yes | New name for the page |
| pageId | string|null | – | Page node ID in colon format e.g. '0:2' |
| pageName | string|null | – | Current 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.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| order | string | yes | Order 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.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node IDs to move in colon format e.g. ['4029:12345'] |
| parentId | string | yes | Target 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.
| Name | Type | Req | Description |
|---|---|---|---|
| height | number|null | – | New height in pixels |
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| width | number|null | – | New width in pixels |
No output schema declared.
No examples provided.
rotate_nodes ~62
Rotate one or more nodes to an absolute angle in degrees.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| rotation | number | yes | Rotation 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.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string|null | – | Default export format: PNG (default), SVG, JPG, or PDF |
| items | array | yes | List of {nodeId, outputPath, format?, scale?} objects |
| scale | number|null | – | Default 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.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeId | string | yes | Root node ID to scan from, colon format e.g. '4029:12345' |
| types | array | yes | Node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeId | string | yes | Root 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number|null | – | Maximum results to return (default: 50) |
| nodeId | string|null | – | Scope search to this subtree (default: current page), colon format e.g. '4029:12345' |
| query | string | yes | Name substring to match (case-insensitive) |
| types | array|null | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| counterAxisAlignItems | string|null | – | Cross-axis alignment: MIN, CENTER, MAX, or BASELINE |
| counterAxisSizingMode | string|null | – | Cross-axis sizing: FIXED or AUTO (hug) |
| counterAxisSpacing | number|null | – | Gap between wrapped rows/columns (only when layoutWrap is WRAP) |
| itemSpacing | number|null | – | Gap between children |
| layoutMode | string|null | – | Auto-layout direction: HORIZONTAL, VERTICAL, or NONE |
| layoutWrap | string|null | – | Wrap behaviour: NO_WRAP or WRAP |
| nodeId | string | yes | Frame node ID in colon format e.g. '4029:12345' |
| paddingBottom | number|null | – | Bottom padding |
| paddingLeft | number|null | – | Left padding |
| paddingRight | number|null | – | Right padding |
| paddingTop | number|null | – | Top padding |
| primaryAxisAlignItems | string|null | – | Main-axis alignment: MIN, CENTER, MAX, or SPACE_BETWEEN |
| primaryAxisSizingMode | string|null | – | Main-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).
| Name | Type | Req | Description |
|---|---|---|---|
| blendMode | string | yes | Blend mode: NORMAL, MULTIPLY, SCREEN, OVERLAY, DARKEN, LIGHTEN, COLOR_DODGE, COLOR_BURN, HARD_LIGHT, SOFT_LIGHT, DIFFERENCE, EXCLUSION, HUE, SATURATION, COLOR, LUMINOSITY, PASS_THROUGH |
| nodeIds | array | yes | Node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| horizontal | string|null | – | Horizontal constraint: MIN (left), MAX (right), CENTER, STRETCH, or SCALE |
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| vertical | string|null | – | Vertical 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.
| Name | Type | Req | Description |
|---|---|---|---|
| bottomLeftRadius | number|null | – | Bottom-left corner radius |
| bottomRightRadius | number|null | – | Bottom-right corner radius |
| cornerRadius | number|null | – | Uniform corner radius applied to all corners |
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| topLeftRadius | number|null | – | Top-left corner radius |
| topRightRadius | number|null | – | Top-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.
| Name | Type | Req | Description |
|---|---|---|---|
| effects | array | yes | Array 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… |
| nodeId | string | yes | Target 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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | yes | Fill color as hex: #RRGGBB e.g. #FF5733 or #RRGGBBAA e.g. #FF573380 for 50% alpha |
| mode | string|null | – | 'replace' (default) overwrites all existing fills; 'append' stacks this fill on top of existing ones |
| nodeId | string | yes | Node ID in colon format e.g. '4029:12345' |
| opacity | number|null | – | Fill 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).
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| opacity | number | yes | Opacity value between 0 and 1 |
No output schema declared.
No examples provided.
set_reactions ~84
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string|null | – | "replace" (default) overwrites all existing reactions; "append" adds to them |
| nodeId | string | yes | Node ID in colon format e.g. '4029:12345' |
| reactions | array | yes | Array 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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | yes | Stroke color as hex e.g. #000000 |
| mode | string|null | – | 'replace' (default) overwrites all strokes; 'append' stacks on top of existing strokes |
| nodeId | string | yes | Node ID in colon format e.g. '4029:12345' |
| strokeWeight | number|null | – | Stroke weight in pixels (default 1) |
No output schema declared.
No examples provided.
set_text ~51
Update the text content of an existing TEXT node.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeId | string | yes | TEXT node ID in colon format e.g. '4029:12345' |
| text | string | yes | New text content |
No output schema declared.
No examples provided.
set_variable_value ~82
Set a variable's value for a specific mode.
| Name | Type | Req | Description |
|---|---|---|---|
| modeId | string | yes | Mode ID within the collection |
| value | string | yes | Value to set. COLOR: hex e.g. #FF5733. FLOAT: number e.g. 16. STRING: text. BOOLEAN: true or false. |
| variableId | string | yes | Variable ID |
No output schema declared.
No examples provided.
set_visible ~59
Show or hide one or more nodes by setting their visibility.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node IDs in colon format e.g. ['4029:12345'] |
| visible | boolean | yes | true 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.
| Name | Type | Req | Description |
|---|---|---|---|
| componentId | string | yes | Target COMPONENT node ID in colon format (from get_local_components) |
| nodeId | string | yes | INSTANCE 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.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | GROUP 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.
| Name | Type | Req | Description |
|---|---|---|---|
| nodeIds | array | yes | Node 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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string|null | – | New fill color as hex e.g. #FF5733 |
| description | string|null | – | New style description |
| name | string|null | – | New style name |
| styleId | string | yes | Paint 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | JavaScript 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.
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.