figbridge for VS Code
io.github.rudraptpsingh/figbridge
Free, local MCP bridge for Figma — HTML, CSS, Tailwind, tokens, agent handoff bundles.
client:VS Code
transport:stdio
runtime:npm
Install figbridge in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "figbridge-port",
"description": "FIGBRIDGE_PORT",
"password": true
}
],
"servers": {
"figbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figbridge-mcp"
],
"env": {
"FIGBRIDGE_PORT": "${input:figbridge-port}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs