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 生成内容。 有两种连接方式。
选项 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