DreamLayer

DreamLayer

Local
@thedesignfounderTypeScriptMITUpdated 2 days ago

Generate and edit images, remove backgrounds, upscale, and create sprite sheets through DreamLayer.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dreamlayer/mcpv0.4.0-beta.4

Run

npx -y @dreamlayer/mcp

MCP client config

{
  "mcpServers": {
    "dreamlayer": {
      "command": "npx",
      "args": [
        "-y",
        "@dreamlayer/mcp"
      ]
    }
  }
}