fattly
fattly — FATTLY CLI
ターミナルからAI画像、動画、ナレーション、アバター、UGC広告を生成 — またはMCP経由でClaudeやCursorなどのAIアシスタントから生成。
30以上のAIモデル · fattly.appアカウントのクレジットを使用。
インストール
npm install -g fattly(Node.js 18以上が必要です。)
Related MCP server: mcp-media-engine
はじめに
サイトを開く → ダッシュボード → APIキー → キーを生成。
ターミナルからログイン:
fattly login
# paste your gpx_live_… key使用例
fattly credits
fattly models
fattly generate "astronaut cat on Mars" --model nano-banana-2 --out cat.png
fattly video "ocean waves at sunset" --model kling-3-standard --out waves.mp4
fattly audio "Welcome to FATTLY" --voice Rachel --out voice.mp3
fattly audio "calm ambient" --music --seconds 30 --out music.mp3MCP(Claude、Cursor)
同じパッケージはMCPサーバーです — AIアシスタントがFATTLYを通じて生成できるようにします。 接続方法は2つあります。
オプションA — ホステッド(インストール不要、OAuthでサインイン)
最速の方法:ClaudeをホステッドFATTLY MCPに直接接続します。npmもキーの貼り付けも不要 — ブラウザでアクセスを承認するだけです。
Claudeで → 設定 → コネクタ → カスタムコネクタを追加、このURLを使用:
https://fattly.app/api/mcpClaudeがログインを自動的に検出し、fattly.appで同意ページを開きます。承認するとツールが利用可能になります。fattly.appアカウントとクレジットを使用します。
オプションB — ローカル(npx、APIキーを使用)
クライアントのMCP設定にこれを追加:
{
"mcpServers": {
"fattly": {
"command": "npx",
"args": ["-y", "fattly", "mcp"],
"env": {
"FATTLY_API_KEY": "gpx_live_YOUR_KEY"
}
}
}
}利用可能なツール:fattly_credits、fattly_list_models、fattly_generate_image、fattly_generate_video、fattly_generate_audio。
APIアドレス
デフォルトでは、CLI/MCPはログイン時に設定されたアドレス(またはデフォルト)に接続します。ログイン時(fattly login --url https://your-domain)またはFATTLY_API_URL環境変数で上書きできます。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Flux AI image generation
Generate AI images and videos from any compatible MCP client.
MCP server for Wan AI video generation
MCP server for Google Veo AI video generation
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server to use the fal.ai APIs to generate images and videos.4MIT
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1164MIT
- AlicenseAqualityDmaintenanceMCP server for Krea.ai enabling AI image and video generation using models like Flux, Hailuo, Runway, Kling, and others via natural language prompts.9179Apache 2.0
- AlicenseBqualityDmaintenanceMCP server for generating and editing images using OpenAI, and creating videos using OpenAI Sora and Google Veo. Enables fetching media from URLs or disk with smart output placement.14179MIT