Sets the stroke (border) color and weight of a Figma node.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/grab/cursor-talk-to-figma-mcp/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The ID of the node to modify
Red component (0-1 range)
Green component (0-1 range)
Blue component (0-1 range)
Alpha/transparency component (0-1 range). Defaults to 1 (fully opaque)
Stroke weight in pixels. Defaults to 1
Figma uses RGBA values in the 0-1 range, not 0-255. For example, pure red is
{r: 1, g: 0, b: 0}, not {r: 255, g: 0, b: 0}.