Loading MCP server directory, please wait...
Layergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host.
npx @getmcp/cli add io.github.adebayojuwon200-pixel/layergen-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LAYERGEN_API_KEYLayergen API key (lg_live_...). Create one at https://app.layergen.ai → Settings → API → Set up MCP in 60 seconds.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.adebayojuwon200-pixel/layergen-mcp": {
"command": "npx",
"args": [
"-y",
"@layergen/mcp"
],
"env": {
"LAYERGEN_API_KEY": "",
"LAYERGEN_API_URL": ""
}
}
}
}