dreamlayer for Cline
io.github.thedesignfounder/dreamlayer
Generate and edit images, remove backgrounds, upscale, and create sprite sheets through DreamLayer.
client:Cline
transport:stdio
runtime:npm
Install dreamlayer in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"dreamlayer": {
"command": "npx",
"args": [
"-y",
"@dreamlayer/mcp"
],
"env": {
"DREAMLAYER_API_KEY": "<DREAMLAYER_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs