Layntra
Allows turning product ideas into editable Figma designs, with explicit planning before any changes, review of the plan, and the ability to apply or undo changes. Supports inspecting selection and hierarchy, and writing to editable nodes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LayntraHelp me turn this product idea into a Figma design."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Layntra
Turn product ideas into editable Figma designs—with an explicit plan before anything changes.
Layntra is a Codex plugin for product managers and other non-developers. Invoke
$layntra, choose the target, review the plan, and apply only when you are
ready. Every result remains editable in Figma.
Website: lessthanno.github.io/Layntra
Download
On the release page, download layntra-figma-plugin.zip under Assets, then
unzip it—do not import the ZIP itself. Follow step 4 below to choose the included
plugin file. This download is the Figma side of Layntra; the Codex plugin is
installed in step 1 below.
Related MCP server: figmind
Quick start
Requirements: macOS, Node.js 20+, Codex Desktop or CLI, and Figma Desktop. Use a personal Starter workspace if an organization Dev/Collab/View seat cannot run Design plugins.
Clone this repository and run
./scripts/install.shto install the Codex plugin.Download and unzip the Figma companion using the button above.
Open a Design file in Figma Desktop.
Choose Plugins → Development → Import plugin from manifest… and select
layntra-figma-plugin/manifest.jsonfrom the unzipped download. If you cloned the repository,apps/figma-plugin/manifest.jsonis the same plugin.

Run Plugins → Development → Layntra for Figma and keep its window open.
Start a new Codex task and enter:
$layntra statusThen inspect without writing:
$layntra review selection
Check hierarchy and missing loading, empty, and error states.
Do not modify Figma.Plan and apply separately:
$layntra plan selection
Improve hierarchy. Preserve all copy and brand colors.$layntra applyLayntra re-reads the result after writing. To recover immediately, enter
$layntra undo; it refuses if the Figma target changed after the apply.
Why the explicit command?
Ordinary conversation is not a reliable control surface. $layntra makes the
active plugin, file, page, selection, mode, and write boundary visible. Read-only
intents never modify Figma; write intents wait for your approval.
Guides
Architecture and privacy
Codex Skill → local stdio/MCP bridge → loopback WebSocket → Figma companionThe bridge binds to 127.0.0.1:3846. Layntra needs no Figma API token, hosted
Layntra account, or telemetry. Codex model data handling remains governed by
your Codex configuration; “local bridge” does not mean the AI model is offline.
Writes are limited to supported editable nodes and batches of at most 100.
Deletion and arbitrary code execution are not exposed in v0.1.0.
Development
npm run verifySee CONTRIBUTING.md for architecture and test expectations.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceAn MCP server that gives AI coding tools access to Figma design data for accurate one-shot implementation of designs.Last updated4629MIT
- Alicense-qualityDmaintenanceMCP server that connects AI clients to Figma, enabling real-time reading, creation, and modification of designs using natural language.Last updatedMIT
- Flicense-qualityDmaintenanceAn MCP server that provides write access to Figma through the Plugin API, enabling AI agents to create, modify, and manage Figma designs programmatically.Last updated23
- Alicense-qualityCmaintenanceAn open-source MCP server that gives AI assistants full read-write access to Figma, enabling creation, editing, and deletion of designs directly without plugins or API keys.Last updated689MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for Flux AI image generation
MCP server for NanoBanana AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lessthanno/Layntra'
If you have feedback or need assistance with the MCP directory API, please join our Discord server