localfig for Zed
io.github.lucasgorgal/localfig
The Figma desktop app as an MCP server: full Plugin API for AI agents. Local, no token, no quota.
client:Zed
transport:stdio
runtime:npm
Install localfig in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"localfig": {
"command": "npx",
"args": [
"-y",
"localfig"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs