MCP Server
MCP
io.github.adebayojuwon200-pixel/layergen-mcp
Layergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host.
Install
npx -y @layergen/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@layergen/mcp",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Layergen API key (lg_live_...). Create one at https://app.layergen.ai → Settings → API → Set up MCP in 60 seconds.",
"isRequired": true,
"isSecret": true,
"name": "LAYERGEN_API_KEY"
},
{
"description": "Override the API base URL (default: https://layergen.ai). Useful for testing against Vercel preview deploys.",
"name": "LAYERGEN_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment