· 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.
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.