Catalog
io.github.adebayojuwon200-pixel/layergen-mcp
OfficialLayergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host.
Generate, retexture, and repair 3D models using AI.
README not available yet.
Install
Configuration
Environment variables
LAYERGEN_API_KEYrequiredsecretLayergen API key (lg_live_...). Create one at https://app.layergen.ai → Settings → API → Set up MCP in 60 seconds.
LAYERGEN_API_URLOverride the API base URL (default: https://layergen.ai). Useful for testing against Vercel preview deploys.
claude_desktop_config.json
{
"mcpServers": {
"layergen-mcp": {
"command": "npx",
"args": [
"-y",
"@layergen/mcp@0.3.0"
],
"env": {
"LAYERGEN_API_KEY": "<YOUR_LAYERGEN_API_KEY>",
"LAYERGEN_API_URL": "<YOUR_LAYERGEN_API_URL>"
}
}
}
}