mcpbeat Sign in

Muse Image MCP Server

by kevintsai1202 Your server? Claim it
local only

Muse Image runs on your own machine — the client starts it, so there is no endpoint to ping. 662 installs a week from npm. Last commit 12 Sep 2026.

Generate, edit and iteratively refine images with Meta Muse, returning file paths not base64.

662
Installs / week
npm · muse-image-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Muse Image 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 muse-image -- npx -y muse-image-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "muse-image": {
      "args": [
        "-y",
        "muse-image-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.muse-image]
command = "npx"
args = ["-y", "muse-image-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "muse-image": {
      "args": [
        "-y",
        "muse-image-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "muse-image": {
      "args": [
        "-y",
        "muse-image-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MUSE_API_KEY (Meta Model API key, created at https://dev.meta.ai under API keys), MUSE_MODEL (Model ID to use by default), MUSE_OUTPUT_DIR (Absolute path for saved images. Defaults to generated-images/ under whatever directory the client launched the server from). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Muse Image

same job, measured the same way
Gemini MCP
by chrischall

Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) image models.

669 installs/wk local only
Imageat
by incendies

Generate and edit images and videos with imageat.

41 installs/wk answering
I
Glint Model Hub — image generation for AI agents
by zzzjy765

Generate and edit images with every image model on the platform. Returns the image to the agent.

local only
Peelaway Image Editing
by jakeloo

Edit images over MCP with object removal, background removal, and guided generative edits.

answering
Nanobanana MCP
by getjoystick

Lean MCP server for Google's Nano Banana (Gemini) image models. Returns file paths, not base64.

37 installs/wk local only
GPT Image MCP
by youbotapi

Generate and edit images with GPT Image 2.5 for $0.029 — free key, 50 credits, no card.

local only
AI-HIVE AIGC
by wubin1836

Generate and edit images and videos for ecommerce, marketing and advertising with AI-HIVE.

answering
Zark Creative Media
by zarklab-ai

Create and edit creator-ready images and videos with Zark.

answering

Muse Image — questions

Answers built from our own checks of this server.

Why is there no uptime for Muse Image?
Muse Image 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 muse-image-mcp was installed 662 times last week.
How do I connect Muse Image?
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 muse-image-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Muse Image?
The npm package muse-image-mcp was installed 662 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Muse Image 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.