Skip to main content
Glama
rocnubie

Muse AI Image MCP Server

by rocnubie

Muse AI Image MCP Server

Muse AI Image: Free Online Generator for Pictures & Video

MCP Badge Stdio Transport License: MIT MCP

A Model Context Protocol server that exposes the canonical Muse AI Image knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.

Official website: https://museaiimage.com

🎨 About Muse AI Image

Muse AI Image is an online creative workspace for generating photoreal images and short clips with the Muse Image and Muse Video models. The public product surface advertises free credits, no waitlist, and commercial-use licensing language.

This MCP exposes the site's image and video workflow, style, pricing, and official-link context as read-only information. It does not call the generation service, consume credits, return media, or make an independent legal determination about commercial rights.

Use the live site for current model availability, credit rules, pricing, and the terms that apply to a particular output.

Related MCP server: ai-room-design-mcp

Tools

list_styles

Return the canonical list of image-generation styles or presets the site exposes. (Muse AI Image)

Input: no parameters. Returns: text/markdown.

get_pricing

Return the canonical pricing entry point for Muse AI Image.

Input: no parameters. Returns: text/markdown.

Return the canonical list of official links for Muse AI Image (website, support, docs when available).

Input: no parameters. Returns: text/markdown.

Resources

  • site://museaiimage/styles — Supported image-generation styles and presets.

  • site://museaiimage/pricing — Canonical pricing entry point.

  • site://museaiimage/faq — Short FAQ generated from public site metadata.

  • site://museaiimage/links — Canonical URLs to share with users.

Prompts

tell_me_about_museaiimage

Summarize what the site is, who it's for, and how it works. — Muse AI Image

try_image_style_museaiimage

Recommend a starting image-generation style for a stated goal. — Muse AI Image

Installation

Install via Smithery

npx -y @smithery/cli install museaiimage-mcp --client claude

(Replace claude with cursor, windsurf, or continue for those clients.)

Install from source

git clone https://github.com/rocnubie/museaiimage-mcp.git
cd museaiimage-mcp
pnpm install

Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):

{
  "mcpServers": {
    "museaiimage-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/museaiimage-mcp/src/index.mjs"
      ]
    }
  }
}

Debug with MCP Inspector

npx @modelcontextprotocol/inspector node src/index.mjs

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

Available Tools

3 tools
get_pricingA

Return the canonical pricing entry point for Muse AI Image.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must fully disclose behavioral traits. It implies a read operation but lacks details on potential side effects, authentication needs, or rate limits. The description is minimal and does not go beyond basic purpose.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that is front-loaded with the verb and resource, containing no unnecessary words. It earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no parameters, no output schema, and a straightforward purpose, the description is complete. It adequately defines what the tool returns without needing further context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so schema description coverage is 100%. According to guidelines, the baseline for 0 parameters is 4. The description adds no parameter info but none is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Return' and the resource 'canonical pricing entry point for Muse AI Image,' making the purpose unambiguous. It distinguishes from sibling tools like list_styles and get_official_links.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives or the context in which it should be invoked. The description only states what it does without any usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_stylesA

Return the canonical list of image-generation styles or presets the site exposes. (Muse AI Image)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description implies a read operation ('Return') and mentions 'canonical list' suggesting stability, but does not explicitly state side effects, caching behavior, or read-only nature. Since no annotations are provided, the description should carry this burden more explicitly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence with no extraneous information. Every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with no parameters and no output schema, the description provides enough information to understand what the tool does. It is complete within the context of its function.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so schema coverage is 100%. The description adds value by specifying what the returned list contains (image-generation styles). Per rubric baseline of 4 for 0 parameters, this is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Return') and the resource ('canonical list of image-generation styles or presets'). It distinguishes itself from siblings like get_pricing and get_official_links by specifying a different resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The description does not mention when it is appropriate to call this tool or when to avoid it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updatesv0.1.0
    • First observedget_official_links
    • First observedget_pricing
    • First observedlist_styles

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a completely distinct concern: listing styles, getting pricing, and fetching official links. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (list_styles, get_pricing, get_official_links), making them predictable.

Tool Count3/5

Three tools is on the low side for an image generation server, but appropriate if the server is purely informational. Borderline thin.

Completeness4/5

The tool set covers the stated informational domain (styles, pricing, links). No generation tools are present, which may be a gap if that is expected, but the descriptions do not promise generation.

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocnubie/museaiimage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server