· mcp install
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.
For Claude Desktop: Settings → Developer → Edit Config →
claude_desktop_config.json.
{
"mcpServers": {
"velvee": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.velvee.com/mcp"
]
}
}
} 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.
After your first connection, ask your AI to call:
set_active_creator("stylewithkatara")
That makes @stylewithkatara 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.