← Back to browse

designvault

Indexed by net.designvault

About

Search, browse and manage your DesignVault design-asset library from any MCP client.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDESIGNVAULT_API_KEY DESIGNVAULT_BASE_URL DESIGNVAULT_ENABLE_WRITE
Claude Code
claude mcp add --env DESIGNVAULT_API_KEY= --env DESIGNVAULT_BASE_URL= --env DESIGNVAULT_ENABLE_WRITE= designvault -- npx designvault-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"designvault","command":"npx","args":["designvault-mcp"],"env":{"DESIGNVAULT_API_KEY":"","DESIGNVAULT_BASE_URL":"","DESIGNVAULT_ENABLE_WRITE":""}}'
JSON
{
  "mcpServers": {
    "designvault": {
      "command": "npx",
      "args": [
        "designvault-mcp"
      ],
      "env": {
        "DESIGNVAULT_API_KEY": "",
        "DESIGNVAULT_BASE_URL": "",
        "DESIGNVAULT_ENABLE_WRITE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.