tesla-wrap
Tesla Wrap
Tesla Paint Shop 用ラップ生成ツール:公式 UV テンプレート + Grok Imagine + パネルステンシル。
Tesla が teslamotors/custom-wraps で公開しているすべての車両に対応しています。
クライアント側の利用方法(MCP ホストが従うべき手順):USAGE.md を参照してください。wrap://usage も利用できます。
パイプライン
車両に対応する公式 UV をダウンロードする
(任意)ジオメトリックレイアウト PNG をシードにする
Grok Imagine が 2k / 中品質で見た目を描画する
Tesla のパネルマスクでステンシル → 1 MB 未満の 1024×1024 PNG
Imagine は見た目を担当します。アウトラインは常に Tesla のテンプレート(IoU 1.0)から取得されます。
Related MCP server: VIN MCP
セットアップ
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env.env を編集してください:
XAI_API_KEY— Imagine に必須MCP_LOGIN_PASSWORD— 公開 HTTP MCP を実行する場合に必須
.env は gitignore 対象です。このリポジトリにキーやパスワードを入れないでください。公式テンプレートは最初の fetch / create_wrap のときにダウンロードされます。生成された PNG は outputs/ に保存されます(こちらも 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 は、空白のテンプレートの代わりに、既にレイアウト済みの UV を再スタイルします。
MCP
ツール:list_vehicles, fetch_template, create_wrap, verify_wrap, flatten_wrap.
ローカル stdio
[mcp_servers.tesla-wrap]
command = "/path/to/grok-editor/.venv/bin/python"
args = ["/path/to/grok-editor/mcp_server.py"]公開 HTTP + 初回 OAuth
python mcp_server.py --http --host 127.0.0.1 --port 8787 --path /grok-editor-mcpMCP_PUBLIC_HOST には、フォワード / プロキシ先のホスト名を設定します(https:// は付けません)。初回接続時に /login が開きます。パスワードは .env の MCP_LOGIN_PASSWORD です。以降、クライアントは OAuth トークンを保持します。Imagine は引き続きローカルの XAI_API_KEY を使用します。
[mcp_servers.tesla-wrap]
url = "https://YOUR_HOST/grok-editor-mcp"
enabled = true
tool_timeout_sec = 600ヘルスチェック(認証なし):http://127.0.0.1:8787/health
任意の systemd ユーザーユニット:tesla-wrap-mcp.service(WorkingDirectory には %h/grok-editor を使用します)。
対応車両
model3, model3-2024-base(エイリアス: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, cybertruck.
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceProvides 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.
- AlicenseNot gradedqualityDmaintenanceProvides 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.18MIT
- AlicenseAqualityBmaintenanceDecode 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.12MIT
- AlicenseNot gradedqualityBmaintenanceProduct 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.276MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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