Layerbridge for Claude Desktop
io.github.muradyf/layerbridge
Read, edit and export the Figma file open in a local plugin. No REST API, no rate limits.
client:Claude Desktop
transport:stdio
runtime:npm
Install Layerbridge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs