loading…
Search for a command to run...
loading…
MCP server for Vitrine, the 3D product viewer platform. Enables AI agents to upload GLB models, configure scenes, publish embeds, and manage Looks.
MCP server for Vitrine, the 3D product viewer platform. Enables AI agents to upload GLB models, configure scenes, publish embeds, and manage Looks.
MCP server for Vitrine — the 3D product viewer platform. Upload GLB models, configure scenes, publish embeds, and manage Looks from any AI agent.
Add to your MCP client config (Claude Code, Cursor, Windsurf, etc.):
{
"mcpServers": {
"vitrine": {
"command": "npx",
"args": ["@vitrine3d/mcp"]
}
}
}
Works immediately with no API key — anonymous uploads expire after 48 hours.
Say "log me in" to your AI agent. A browser window opens, you sign in (or sign up for free), and your models become permanent. No manual key copying needed.
Or set an API key manually:
{
"mcpServers": {
"vitrine": {
"command": "npx",
"args": ["@vitrine3d/mcp"],
"env": {
"VITRINE_API_KEY": "vt_..."
}
}
}
}
Generate keys at app.vitrine3d.com → Account → API Keys.
Ask your AI agent things like:
| Tool | Description |
|---|---|
vitrine_list_models |
List all models with IDs, names, and publish status |
vitrine_upload_model |
Upload a GLB file from disk |
vitrine_model_info |
Get model details, thumbnail, and merged config |
vitrine_delete_model |
Delete a model and its storage |
| Tool | Description |
|---|---|
vitrine_get_config |
Get the full scene config for a model |
vitrine_set_config |
Apply a config patch (lighting, camera, background, effects) |
vitrine_list_hdris |
List available HDRI environment presets |
vitrine_config_schema |
Get the full config JSON schema |
| Tool | Description |
|---|---|
vitrine_publish |
Publish or unpublish a model |
vitrine_get_embed |
Get ready-to-paste embed HTML |
| Tool | Description |
|---|---|
vitrine_list_looks |
List your saved Looks |
vitrine_apply_look |
Apply a Look to a model |
vitrine_create_look |
Save a config as a named Look |
| Tool | Description |
|---|---|
vitrine_account_info |
Current plan, usage, and limits |
vitrine_login |
Connect your account via browser |
vitrine_logout |
Remove saved credentials |
vitrine_feedback |
Submit a bug report or feature request |
| Resource | Description |
|---|---|
vitrine://config-schema |
Full SceneConfig JSON schema |
vitrine://hdri-presets |
Available HDRI presets |
vitrine://embed-template |
Embed code template |
You -> AI Agent (Claude, Cursor, etc.)
| MCP protocol
Vitrine MCP Server (runs locally)
| HTTPS
api.vitrine3d.com
|
Supabase (database, storage, auth)
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"vitrine-mcp-server": {
"command": "npx",
"args": []
}
}
}