Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Muse AI Image MCP
  4. README

Muse AI Image MCP README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Muse AI Image MCP listing page.

Back to Muse AI Image MCP View source on GitHub

Muse AI Image MCP Server

Muse AI Image: Free Online Generator for Pictures & Video

MCP Badge smithery 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.

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

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

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

Install from source

bash
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):

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

Debug with MCP Inspector

Terminal
npx @modelcontextprotocol/inspector node src/index.mjs

Official Links

  • Website: https://museaiimage.com
  • Pricing: https://museaiimage.com/pricing
  • Support: support@museaiimage.com

Development

bash
pnpm install
pnpm start                 # run the server over stdio

License

MIT