Layergen MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm.
Layergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add layergen-mcp -- npx -y @layergen/mcp
{
"mcpServers": {
"layergen-mcp": {
"args": [
"-y",
"@layergen/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.layergen-mcp]
command = "npx"
args = ["-y", "@layergen/mcp"]
{
"mcpServers": {
"layergen-mcp": {
"args": [
"-y",
"@layergen/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"layergen-mcp": {
"args": [
"-y",
"@layergen/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
LAYERGEN_API_KEY (Layergen API key (lg_live_...). Create one at https://app.layergen.ai → Settings → API → Set up MCP in 60 seconds.), LAYERGEN_API_URL (Override the API base URL (default: https://layergen.ai). Useful for testing against Vercel preview deploys.).
The author declared them in the registry entry; get the values from the project itself.
MCP relay server for Claude Desktop <-> Claude Code communication
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.
Gamma AI presentation generation MCP server for Model Context Protocol hosts
Kling AI video generation MCP server for Model Context Protocol hosts
Napkin AI visual generation MCP server for Model Context Protocol hosts
Local task scheduler and worker manager with MCP integration for Claude Desktop.
Answers built from our own checks of this server.