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
{
"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