Skip to main content
Glama

Talk to Figma MCP

by yhc984

create_component_instance

Generate and place a new instance of a Figma component at specified X and Y coordinates, enabling precise design element replication within projects.

Instructions

Create an instance of a component in Figma

Input Schema

NameRequiredDescriptionDefault
componentKeyYesKey of the component to instantiate
xYesX position
yYesY position

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentKey": { "description": "Key of the component to instantiate", "type": "string" }, "x": { "description": "X position", "type": "number" }, "y": { "description": "Y position", "type": "number" } }, "required": [ "componentKey", "x", "y" ], "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