Skip to main content
Glama

Tesla Wrap

Generador de wraps de Tesla Paint Shop: plantilla UV oficial + Grok Imagine + encil de paneles.

Funciona con todos los vehículos que Tesla publica en teslamotors/custom-wraps.

Uso del cliente (lo que debe seguir un MCP host): USAGE.md, también wrap://usage.

Pipeline

  1. Descarga la UV oficial del vehículo

  2. (Opcional) Usar un PNG de composición geométrica como semilla

  3. Grok Imagine pinta el aspecto en 2k / calidad media

  4. Aplica el esténcil a través de la máscara de paneles de Tesla → PNG de 1024×1024 de menos de 1 MB

Imagine es para el look. Los contornos siempre vienen de la plantilla de Tesla (IoU 1.0).

Related MCP server: VIN MCP

Configuración

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env

Edita .env:

  • XAI_API_KEY — obligatorio para Grok Imagine

  • MCP_LOGIN_PASSWORD — obligatorio si ejecutas el MCP HTTP público

.env está en .gitignore. No pongas claves ni contraseñas en este repositorio.

Las plantillas oficiales se descargan en el primer fetch / create_wrap. Los PNGs generados se guardan en outputs/ (también en .gitignore).

CLI

python wrap.py vehicles
python wrap.py fetch highland

python wrap.py imagine --name black-gold --vehicle highland \
  --look "driver side chrome gold, passenger matte black, honeycomb fade on the hood" \
  --ref https://example.com/car.jpg

python wrap.py verify outputs/black-gold.png --vehicle highland
python wrap.py flatten outputs/black-gold.png

--base path/to/layout.png permite restilizar una UV ya maquetada en lugar de la plantilla en blanco.

MCP

Herramientas: list_vehicles, fetch_template, create_wrap, verify_wrap, flatten_wrap.

Stdio local

[mcp_servers.tesla-wrap]
command = "/path/to/grok-editor/.venv/bin/python"
args = ["/path/to/grok-editor/mcp_server.py"]

HTTP público + OAuth en la primera conexión

python mcp_server.py --http --host 127.0.0.1 --port 8787 --path /grok-editor-mcp

Define MCP_PUBLIC_HOST como el hostname al que enrías el tráfico o haces de proxy (sin https://). La primera conexión abre /login; la contraseña es MCP_LOGIN_PASSWORD de .env. Después, el cliente conserva un token OAuth. Grok Imagine sigue usando la XAI_API_KEY local.

[mcp_servers.tesla-wrap]
url = "https://YOUR_HOST/grok-editor-mcp"
enabled = true
tool_timeout_sec = 600

Estado (sin autenticación): http://127.0.0.1:8787/health

Unidad de usuario systemd opcional: tesla-wrap-mcp.service (WorkingDirectory usa %h/grok-editor).

Vehículos

model3, model3-2024-base (alias: highland, model3-premium), model3-2024-performance, modely, modely-2025-base, modely-2025-premium, modely-2025-performance, modely-l, models-2021, models-2025-plaid, modelx-2021, Ciberambulancia.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides AI agents with 36 specialized tools for complete vehicle dealership management through the StockSpark/Carspark API, including inventory management, vehicle listings, image handling, pricing optimization, and multi-portal publishing.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive vehicle reports by aggregating data from multiple public sources to decode VINs, check recalls, and view safety ratings. It enables users to validate VINs locally and retrieve technical specifications, fuel economy, and vehicle photos without requiring API keys.
    18
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Decode VINs, look up specs, history, recalls, market value, and OBD codes. Recognize license plates and VINs from images. Access comprehensive vehicle data by year, make, and model to power automotive workflows.
    12
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Product mockup rendering API for e-commerce and print-on-demand. Upload Photoshop PSD templates, render photorealistic mockups by placing your designs onto smart object layers. 9 tools including AI-powered render (no PSD needed), template management, and account info. Supports remote HTTP (OAuth) and local stdio (npx) transports.
    276
    MIT

View all related MCP servers

Related MCP Connectors

  • Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.

  • NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth)

  • Car logo API and image CDN: search automotive brands, fetch brand data, and build logo CDN URLs.

View all MCP Connectors

Latest Blog Posts

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/abhinav937/tesla-wrap-editor-mcp'

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