Convert Figma design to React component and create GitHub PR. Accepts Figma URLs or file IDs.
AI agents use design_to_code to create or update resources in Figma to React MCP — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Figma to React MCP environment.
This tool creates new files (React components) and pull requests in GitHub, modifying the repository state. These are Write operations because they create new content reversibly without executing arbitrary code on production systems or deleting data. While it automates code generation, the output is created as a PR (requiring review/approval) rather than directly executing application logic.
From the tool's definition Tool description states it 'create[s] GitHub PR' and 'Convert[s] Figma design to React component', which involves creating new code files and pull requests—reversible write operations on a codebase.
Attacks that exploit this kind of access
Convert Figma design to React component and create GitHub PR. Accepts Figma URLs or file IDs. It is categorised as a Write tool in the Figma to React MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Figma to React MCP server in PolicyLayer and add a rule for design_to_code: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Figma to React MCP. Nothing to install.
design_to_code is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the design_to_code rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for design_to_code. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
design_to_code is provided by the Figma to React MCP server (surisagar900/figma-to-react-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →