Skip to main content
Glama

Vybe Virtual Try-On MCP Server

by arnabgho
CLAUDE.md1.31 kB
# Vybe Virtual Try-On MCP Server AI-powered virtual clothing try-on using Replicate with optional WorkOS AuthKit authentication. ## Quick Start ```bash # Install dependencies uv pip install -r requirements.txt # Configure environment cp .env.example .env # Edit .env with your REPLICATE_API_TOKEN # Run server uv run python server.py ``` ## Authentication (Optional) Enable WorkOS AuthKit by setting: ```bash AUTHKIT_DOMAIN=https://your-project-12345.authkit.app BASE_URL=https://your-deployment-url.com ``` Prerequisites: 1. Create WorkOS account at https://workos.com 2. Create AuthKit instance 3. Enable Dynamic Client Registration 4. Set environment variables above When enabled, all API calls require authentication through AuthKit. ## Available Tools - **virtual_tryon**: AI-powered clothing try-on - `human_image`: Person image (URL or base64) - `cloth_image`: Clothing image (URL or base64) - `cloth_type`: upper/lower/overall - **base64_to_url**: Convert base64 to data URI - **test_connection**: Test Replicate connection ## Deployment ### Render 1. Connect GitHub repository 2. Add environment variables: - `REPLICATE_API_TOKEN` (required) - `AUTHKIT_DOMAIN` (optional) - `BASE_URL` (if using AuthKit) 3. Deploy ### Requirements - Python >= 3.11 - FastMCP >= 2.11.0

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arnabgho/mcp-vybe'

If you have feedback or need assistance with the MCP directory API, please join our Discord server