Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Retomagic/

FreeNot checked

Enables image and video generation through the Magicly API using any MCP client. Supports listing models, generating media, and polling predictions.

GitHubEmbed

About

Enables image and video generation through the Magicly API using any MCP client. Supports listing models, generating media, and polling predictions.

README

An MCP server for the Magicly image & video generation API. Lets any MCP client (Claude Desktop, IDEs, agents) generate media through your Magicly developer API key.

Setup

  1. Create an API key at dev.magicly.ai → API Keys.
  2. Add the server to your MCP client. For Claude Desktop (claude_desktop_config.json):
{
  "mcpServers": {
    "magicly": {
      "command": "npx",
      "args": ["-y", "@retomagic/mcp"],
      "env": { "MAGICLY_API_KEY": "sk_live_..." }
    }
  }
}

Restart the client. That's it.

Tools

  • list_models — list available models with id, media type, price ($) and inputs.
  • generate — generate an image/video: { model, prompt, aspect_ratio?, size?, seconds?, seed?, image? }. Creates a prediction and waits for the result, returning the output URL(s). Pass wait: false to return immediately with an id to poll.
  • get_prediction — fetch a prediction's status/output by id.

Config

Env Default Description
MAGICLY_API_KEY Required. Your developer API key (sk_live_…).
MAGICLY_API_URL https://api.magicly.ai/v1 API base URL (override for staging).

Billing is metered in credits (1000 credits = $1) against your organization's balance. See dev.magicly.ai for pricing, keys and usage.

Development

npm install
npm run build        # → dist/
MAGICLY_API_KEY=sk_live_... npm start

from github.com/Retomagic-work/rtm-mcp

Installing @Retomagic/

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Retomagic-work/rtm-mcp

FAQ

Is @Retomagic/ MCP free?

Yes, @Retomagic/ MCP is free — one-click install via Unyly at no cost.

Does @Retomagic/ need an API key?

No, @Retomagic/ runs without API keys or environment variables.

Is @Retomagic/ hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @Retomagic/ in Claude Desktop, Claude Code or Cursor?

Open @Retomagic/ on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @Retomagic/ with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs