PluginBench
MCP Server

io.github.adebayojuwon200-pixel/layergen-mcp MCP Server

io.github.adebayojuwon200-pixel/layergen-mcp

What is the io.github.adebayojuwon200-pixel/layergen-mcp MCP server?

Layergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host.

How to install io.github.adebayojuwon200-pixel/layergen-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LAYERGEN_API_KEY
    required
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "layergen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@layergen/mcp"
      ],
      "env": {
        "LAYERGEN_API_KEY": "<YOUR_LAYERGEN_API_KEY>",
        "LAYERGEN_API_URL": "<YOUR_LAYERGEN_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "layergen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@layergen/mcp"
      ],
      "env": {
        "LAYERGEN_API_KEY": "<YOUR_LAYERGEN_API_KEY>",
        "LAYERGEN_API_URL": "<YOUR_LAYERGEN_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "layergen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@layergen/mcp"
      ],
      "env": {
        "LAYERGEN_API_KEY": "<YOUR_LAYERGEN_API_KEY>",
        "LAYERGEN_API_URL": "<YOUR_LAYERGEN_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "layergen-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@layergen/mcp"
      ],
      "env": {
        "LAYERGEN_API_KEY": "<YOUR_LAYERGEN_API_KEY>",
        "LAYERGEN_API_URL": "<YOUR_LAYERGEN_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add layergen-mcp --env LAYERGEN_API_KEY=<YOUR_LAYERGEN_API_KEY> --env LAYERGEN_API_URL=<YOUR_LAYERGEN_API_URL> -- npx -y @layergen/mcp

Related MCP servers

Read your team's end-of-day reports and roster from Eodly.

View repository →