Layerbridge for Zed
io.github.muradyf/layerbridge
Read, edit and export the Figma file open in a local plugin. No REST API, no rate limits.
client:Zed
transport:stdio
runtime:npm
Install Layerbridge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"layerbridge": {
"command": "npx",
"args": [
"-y",
"layerbridge"
],
"env": {
"FIGMA_BRIDGE_PORT": "<FIGMA_BRIDGE_PORT>",
"FIGMA_BRIDGE_OUTPUT_ROOTS": "<FIGMA_BRIDGE_OUTPUT_ROOTS>",
"FIGMA_ACCESS_TOKEN": "<FIGMA_ACCESS_TOKEN>",
"FIGMA_BRIDGE_ALLOW_SCRIPTS": "<FIGMA_BRIDGE_ALLOW_SCRIPTS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs