← Back to Plugins
MCP Server MCP

io.github.adebayojuwon200-pixel/layergen-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @layergen/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@layergen/mcp",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Layergen API key (lg_live_...). Create one at https://app.layergen.ai → Settings → API → Set up MCP in 60 seconds.",
          "isRequired": true,
          "isSecret": true,
          "name": "LAYERGEN_API_KEY"
        },
        {
          "description": "Override the API base URL (default: https://layergen.ai). Useful for testing against Vercel preview deploys.",
          "name": "LAYERGEN_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...