figbridge for Zed
io.github.rudraptpsingh/figbridge
Free, local MCP bridge for Figma — HTML, CSS, Tailwind, tokens, agent handoff bundles.
client:Zed
transport:stdio
runtime:npm
Install figbridge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"figbridge": {
"command": "npx",
"args": [
"-y",
"figbridge-mcp"
],
"env": {
"FIGBRIDGE_PORT": "<FIGBRIDGE_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs