Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

MuAPI Claude Code Server

БесплатноНе проверен

Integrates MuAPI with Claude Code to enable image and video generation, editing, model discovery, and prediction tracking through natural language commands.

GitHubEmbed

Описание

Integrates MuAPI with Claude Code to enable image and video generation, editing, model discovery, and prediction tracking through natural language commands.

README

A Claude Code plugin that gives Claude the power to generate images, create videos, edit visuals, and more — all powered by MuAPI.

Simply install the plugin and start asking Claude to generate media for you.

✨ What It Can Do

Tool Description
generate_image Generate images from text prompts
generate_video Generate videos from text prompts
edit_image Edit an existing image with instructions
image_to_video Convert a still image into a video
upload_file Upload files to MuAPI for processing
list_models Browse available model categories
model_details Get details about a specific model
get_prediction Track the status of an async prediction
account_balance Check your MuAPI account balance

🚀 Installation

Install as a Claude Code Plugin

claude plugin add muapi

Or install directly from GitHub:

claude plugin add https://github.com/SamurAIGPT/muapi-claude-code.git

Configure Your API Key

Set your MuAPI API key:

claude config set plugins.muapi.env.MUAPI_API_KEY your_api_key_here

Get your API key from muapi.com.

💡 Usage

Once installed, just ask Claude naturally:

Image Generation

Generate an image of a futuristic city at sunset

Video Generation

Generate a cinematic drone shot over mountains

Image Editing

Edit this image to add a rainbow in the sky

Image to Video

Convert this image into a slow zoom-in video

🔧 Slash Commands

After installing, you can invoke skills directly:

Command What it does
/muapi:generate-image <prompt> Generate an image from a text prompt
/muapi:generate-video <prompt> Generate a video from a text prompt
/muapi:edit-image <instructions> Edit an existing image
/muapi:image-to-video <image url> Animate a still image into a video
/muapi:media-help Explore available models and get recommendations

🛠 Development

If you want to run the plugin locally for development:

git clone https://github.com/SamurAIGPT/muapi-claude-code.git
cd muapi-claude-code
npm install

Create a .env file:

MUAPI_API_KEY=your_api_key_here

Run the MCP server directly:

node src/index.js

📁 Project Structure

muapi-claude-code/
├── .claude-plugin/
│   └── plugin.json            # Claude Code plugin manifest
├── src/
│   ├── index.js               # MCP server entry point
│   └── tools/
│       ├── generateImage.js   # Image generation
│       ├── generateVideo.js   # Video generation
│       ├── editImage.js       # Image editing
│       ├── imageToVideo.js    # Image-to-video conversion
│       ├── uploadFile.js      # File upload
│       ├── listModels.js      # Model listing
│       ├── modelDetails.js    # Model details
│       ├── getPrediction.js   # Prediction tracking
│       └── accountBalance.js  # Account balance
├── .mcp.json                  # MCP server config
├── package.json
└── .env                       # API key (not committed)

📄 License

ISC

from github.com/SamurAIGPT/muapi-claude-code

Установить MuAPI Claude Code Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install muapi-claude-code-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add muapi-claude-code-mcp-server -- npx -y muapi-mcp-server

FAQ

MuAPI Claude Code Server MCP бесплатный?

Да, MuAPI Claude Code Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для MuAPI Claude Code Server?

Нет, MuAPI Claude Code Server работает без API-ключей и переменных окружения.

MuAPI Claude Code Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить MuAPI Claude Code Server в Claude Desktop, Claude Code или Cursor?

Открой MuAPI Claude Code Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare MuAPI Claude Code Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development