Skip to content
Cursor

layergen mcp for Cursor

io.github.adebayojuwon200-pixel/layergen-mcp

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

client:Cursor transport:stdio runtime:npm

Install layergen mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "layergen-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@layergen/mcp"
      ],
      "env": {
        "LAYERGEN_API_KEY": "<LAYERGEN_API_KEY>",
        "LAYERGEN_API_URL": "<LAYERGEN_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

layergen mcp in other clients