localfig for VS Code
io.github.lucasgorgal/localfig
The Figma desktop app as an MCP server: full Plugin API for AI agents. Local, no token, no quota.
client:VS Code
transport:stdio
runtime:npm
Install localfig in VS Code
.vscode/mcp.json
{
"servers": {
"localfig": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"localfig"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs