· mcp install

Connect Velvee to your AI.

Paste the snippet below into Claude Desktop, Cursor, or any MCP-aware tool. The first run opens a browser to sign in to affiliate.velvee.com — no API keys to copy or rotate.

1

Add this to your MCP config

For Claude Desktop: Settings → Developer → Edit Config → claude_desktop_config.json.

{
  "mcpServers": {
    "velvee": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.velvee.com/mcp"
      ]
    }
  }
}
2

Restart your AI tool

Claude Desktop / Cursor will pick up the new server, open a browser to sign you in, and ask you to approve the connection. Approve once — your AI tool keeps the access token from then on, automatically refreshed.

3

Pick a creator

Once connected, ask your AI to call browse_creators() to see who's available, then set_active_creator(handle) to pin a default. You can also pass creator_handle on any single call without changing the default.

To disconnect at any time, remove the Velvee entry from your AI tool's MCP configuration.