Muse AI Image MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Muse AI Image MCP ServerWhat image generation styles are available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Muse AI Image MCP Server
Muse AI Image: Free Online Generator for Pictures & Video
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.
get_official_links
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 installThen 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.mjsOfficial Links
Website: https://museaiimage.com
Pricing: https://museaiimage.com/pricing
Support: support@museaiimage.com
Development
pnpm install
pnpm start # run the server over stdioLicense
MIT
Available Tools
3 toolsget_official_linksA
Return the canonical list of official links for Muse AI Image (website, support, docs when available).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states the tool returns a canonical list, implying a read-only operation with no side effects. It does not disclose source, caching, or authentication needs, but for a zero-parameter tool, the behavior is minimal and acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no wasted words. It is perfectly concise and front-loaded with the core function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, the description is complete. It explains what the tool does (returns canonical list) and what it contains (website, support, docs). No additional context is needed for a simple retrieval tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, so schema coverage is 100% trivially. The description adds value by listing types of links (website, support, docs), which is additional context beyond the empty schema. Baseline score for 0 parameters is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns the canonical list of official links for Muse AI Image, specifying website, support, and docs when available. This is a specific verb+resource, and it distinguishes from sibling tools list_styles and get_pricing which cover different topics.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context: when official links for Muse AI Image are needed. With no parameters and simple retrieval, the use case is clear. However, it does not explicitly exclude other tools or state when not to use it, though sibling names provide context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pricingA
Return the canonical pricing entry point for Muse AI Image.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
3 tool updates
v0.1.0- First observed
get_official_links - First observed
get_pricing - First observed
list_styles
TDQS
Each tool targets a completely distinct concern: listing styles, getting pricing, and fetching official links. No overlap in purpose.
All tool names follow a consistent verb_noun pattern in snake_case (list_styles, get_pricing, get_official_links), making them predictable.
Three tools is on the low side for an image generation server, but appropriate if the server is purely informational. Borderline thin.
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
Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info.
Read-only MCP server for Flamel.ai's public content: company overview, blog, case studies, FAQs.
MCP server for Flux AI image generation
MCP server for NanoBanana AI image generation and editing
Related MCP Servers
- AlicenseAqualityCmaintenanceA read-only MCP server that exposes Meigen AI's image generation styles, pricing, FAQ, and official links to AI clients.3MIT
- AlicenseAqualityCmaintenanceRead-only MCP server exposing AI Room Design's image generation styles, pricing, FAQ, and official links to MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.3MIT
- AlicenseAqualityCmaintenanceA read-only MCP server exposing AI Photo Editor's image generation styles, pricing, FAQ, and official links to AI clients like Claude Desktop.3MIT
- AlicenseAqualityCmaintenanceRead-only MCP server exposing Deep Anime AI's image generation knowledge, including styles, pricing, and official links, to MCP-compatible AI clients.3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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