PluginBench
MCP Server

net.designvault/designvault MCP Server

net.designvault/designvault

What is the net.designvault/designvault MCP server?

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

How to install net.designvault/designvault

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DESIGNVAULT_API_KEY
    required
    secret

    Per-organization DesignVault API key (dv_live_…). Generate one under Settings → API keys.

  • DESIGNVAULT_BASE_URL

    Override the API base URL (defaults to https://www.designvault.net). Point at a preview deployment or http://localhost:3000 during development.

  • DESIGNVAULT_ENABLE_WRITE

    Set to 1/true to register the write tools (create, update, delete). Off by default so a shared key cannot mutate data without explicit opt-in.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "designvault": {
      "command": "npx",
      "args": [
        "-y",
        "designvault-mcp"
      ],
      "env": {
        "DESIGNVAULT_API_KEY": "<YOUR_DESIGNVAULT_API_KEY>",
        "DESIGNVAULT_BASE_URL": "<YOUR_DESIGNVAULT_BASE_URL>",
        "DESIGNVAULT_ENABLE_WRITE": "<YOUR_DESIGNVAULT_ENABLE_WRITE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "designvault": {
      "command": "npx",
      "args": [
        "-y",
        "designvault-mcp"
      ],
      "env": {
        "DESIGNVAULT_API_KEY": "<YOUR_DESIGNVAULT_API_KEY>",
        "DESIGNVAULT_BASE_URL": "<YOUR_DESIGNVAULT_BASE_URL>",
        "DESIGNVAULT_ENABLE_WRITE": "<YOUR_DESIGNVAULT_ENABLE_WRITE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "designvault": {
      "command": "npx",
      "args": [
        "-y",
        "designvault-mcp"
      ],
      "env": {
        "DESIGNVAULT_API_KEY": "<YOUR_DESIGNVAULT_API_KEY>",
        "DESIGNVAULT_BASE_URL": "<YOUR_DESIGNVAULT_BASE_URL>",
        "DESIGNVAULT_ENABLE_WRITE": "<YOUR_DESIGNVAULT_ENABLE_WRITE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "designvault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "designvault-mcp"
      ],
      "env": {
        "DESIGNVAULT_API_KEY": "<YOUR_DESIGNVAULT_API_KEY>",
        "DESIGNVAULT_BASE_URL": "<YOUR_DESIGNVAULT_BASE_URL>",
        "DESIGNVAULT_ENABLE_WRITE": "<YOUR_DESIGNVAULT_ENABLE_WRITE>"
      }
    }
  }
}
Claude Code
claude mcp add designvault --env DESIGNVAULT_API_KEY=<YOUR_DESIGNVAULT_API_KEY> --env DESIGNVAULT_BASE_URL=<YOUR_DESIGNVAULT_BASE_URL> --env DESIGNVAULT_ENABLE_WRITE=<YOUR_DESIGNVAULT_ENABLE_WRITE> -- npx -y designvault-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →