Skip to main content
Glama

Talk to Figma MCP

by yhc984

create_connections

Define and link nodes in Figma designs using a default connector style, enabling clear visual relationships between elements programmatically.

Instructions

Create connections between nodes using the default connector style

Input Schema

NameRequiredDescriptionDefault
connectionsYesArray of node connections to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connections": { "description": "Array of node connections to create", "items": { "additionalProperties": false, "properties": { "endNodeId": { "description": "ID of the ending node", "type": "string" }, "startNodeId": { "description": "ID of the starting node", "type": "string" }, "text": { "description": "Optional text to display on the connector", "type": "string" } }, "required": [ "startNodeId", "endNodeId" ], "type": "object" }, "type": "array" } }, "required": [ "connections" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yhc984/cursor-talk-to-figma-mcp-main'

If you have feedback or need assistance with the MCP directory API, please join our Discord server