{
  "markdown": "# Muse AI Image MCP Server\n\n> Muse AI Image: Free Online Generator for Pictures & Video\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-museaiimage-mcp)](https://lobehub.com/mcp/rocnubie-museaiimage-mcp)\n[![smithery](https://smithery.ai/badge/museaiimage)](https://smithery.ai)\n[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n\nA 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.\n\nOfficial website: https://museaiimage.com\n\n## 🎨 About Muse AI Image\n\nMuse 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.\n\nThis 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.\n\nUse the live site for current model availability, credit rules, pricing, and the terms that apply to a particular output.\n\n## Tools\n\n### `list_styles`\nReturn the canonical list of image-generation styles or presets the site exposes. (Muse AI Image)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_pricing`\nReturn the canonical pricing entry point for Muse AI Image.\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Muse AI Image (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://museaiimage/styles` — Supported image-generation styles and presets.\n- `site://museaiimage/pricing` — Canonical pricing entry point.\n- `site://museaiimage/faq` — Short FAQ generated from public site metadata.\n- `site://museaiimage/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_museaiimage`\nSummarize what the site is, who it's for, and how it works. — Muse AI Image\n\n### `try_image_style_museaiimage`\nRecommend a starting image-generation style for a stated goal. — Muse AI Image\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install museaiimage-mcp --client claude\n```\n\n(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/museaiimage-mcp.git\ncd museaiimage-mcp\npnpm install\n```\n\nThen add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):\n\n```json\n{\n  \"mcpServers\": {\n    \"museaiimage-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/museaiimage-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://museaiimage.com\n- Pricing: https://museaiimage.com/pricing\n- Support: support@museaiimage.com\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 3575,
  "sha": "ad0bb0ee151547341229a713e76ce6f8d682f7a039106656c8e55317f15ee41c",
  "repo_slug": "rocnubie/museaiimage-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_museaiimage_mcp_6893a0de/readme"
}