Layerbridge for Cline
io.github.muradyf/layerbridge
Read, edit and export the Figma file open in a local plugin. No REST API, no rate limits.
client:Cline
transport:stdio
runtime:npm
Install Layerbridge in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs