mcpbeat Sign in
local only

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.

Installs per day peak 11 · avg 4 · +72% w/w
a month agotoday
23
Installs / week
npm · @layergen/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add layergen-mcp -- npx -y @layergen/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "layergen-mcp": {
      "args": [
        "-y",
        "@layergen/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.layergen-mcp]
command = "npx"
args = ["-y", "@layergen/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "layergen-mcp": {
      "args": [
        "-y",
        "@layergen/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Layergen MCP

same job, measured the same way
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
Writingmate MCP
by writingmate

Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.

answering
Gessa: game asset generation for AI agents
by gessa

Generate game-ready 3D models, textures, and audio from natural language, over MCP.

29 installs/wk answering
Soul MCP Server
by antoniotf5

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

34 installs/wk local only
Gamma
by mindstone

Gamma AI presentation generation MCP server for Model Context Protocol hosts

317 installs/wk local only
Kling
by mindstone

Kling AI video generation MCP server for Model Context Protocol hosts

40 installs/wk local only
Napkin
by mindstone

Napkin AI visual generation MCP server for Model Context Protocol hosts

53 installs/wk local only
Conductor
by jarmstrong158

Local task scheduler and worker manager with MCP integration for Claude Desktop.

110 installs/wk local only

Layergen MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Layergen MCP?
Layergen MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @layergen/mcp was installed 23 times last week.
Is Layergen MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Layergen MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @layergen/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Layergen MCP?
The npm package @layergen/mcp was installed 23 times in the last week. Week over week that is +72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.