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: recraft-mcp-server
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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