figma-vault for VS Code
io.github.nbhey/figma-vault
Figma designs pulled once into a local vault; AI agents read them offline with no rate limits
client:VS Code
transport:stdio
runtime:npm
Install figma-vault in VS Code
.vscode/mcp.json
{
"servers": {
"figma-vault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-vault"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs