mcpbeat Sign in
I

Dreamlayer MCP Server

by thedesignfounder Your server? Claim it
local only

Dreamlayer runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

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

Installs / week
npm · @dreamlayer/mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dreamlayer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dreamlayer -- npx -y @dreamlayer/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dreamlayer": {
      "args": [
        "-y",
        "@dreamlayer/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dreamlayer]
command = "npx"
args = ["-y", "@dreamlayer/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dreamlayer": {
      "args": [
        "-y",
        "@dreamlayer/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dreamlayer": {
      "args": [
        "-y",
        "@dreamlayer/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DREAMLAYER_API_KEY (API key from platform.dreamlayer.io. Generation requires purchased credits.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dreamlayer

same job, measured the same way
C
RegiAI
by regiai

AI image, video and audio tools: generate, edit, face swap, upscale, remove backgrounds, make video.

51 tools answering
Ideogram MCP
by qmediat

Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images

57 installs/wk local only
God Mode AI Sprite Generator
by godmodeai

Generate game sprite sheets and animations from an image, and clean up sprite backgrounds.

answering
Labnana MCP
by exoticknight

Generate and edit images with Labnana through a local MCP server with MCP Apps previews.

35 installs/wk local only
Budgetpixel
by budgetpixel

Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.

13 tools answering
Pixelpanda MCP
by ryankramer

33 image tools: free local editing, AI upscaling, background removal, and product photos

148 installs/wk local only
MCP Image
by infoinlet-marketplace

Image generation & editing for AI agents (Runware) — text-to-image, bg removal, upscale.

21 installs/wk local only
Image Tools - Background Removal, Upscaling & Face Restoration
by fasuizu-br

Background removal, 4x upscaling, and face restoration via GPU

4 tools answering

Dreamlayer — questions

Answers built from our own checks of this server.

Why is there no uptime for Dreamlayer?
Dreamlayer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dreamlayer/mcp.
How do I connect Dreamlayer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dreamlayer/mcp straight from npm; nothing to host, nothing to sign up for.
Is Dreamlayer open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.