layergen mcp for Grok
io.github.adebayojuwon200-pixel/layergen-mcp
Layergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host.
client:Grok
transport:stdio
runtime:npm
Install layergen mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"layergen-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@layergen/mcp"
],
"env": {
"LAYERGEN_API_KEY": "<LAYERGEN_API_KEY>",
"LAYERGEN_API_URL": "<LAYERGEN_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs