Skip to content
Cursor

figma-vault for Cursor

io.github.nbhey/figma-vault

Figma designs pulled once into a local vault; AI agents read them offline with no rate limits

client:Cursor transport:stdio runtime:npm

Install figma-vault in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "figma-vault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figma-vault"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

figma-vault in other clients