· 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

Pin @anuwaytostyle as your default creator

After your first connection, ask your AI to call:

set_active_creator("anuwaytostyle")

That makes @anuwaytostyle the default creator for all fan-side tools (search_products, recommend_for_me, etc.). You can switch any time with another set_active_creator.

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