fattly
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fattlygenerate an image of a peaceful forest stream"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fattly — FATTLY CLI
Generate AI images, video and audio from your terminal. Credits come from your account on the website.
Install
npm install -g fattly(Requires Node.js 18+.)
Related MCP server: mcp-media-engine
Get started
Open the site → Dashboard → API keys → generate a key.
Log in from the terminal:
fattly login
# paste your gpx_live_… keyExamples
fattly credits
fattly models
fattly generate "astronaut cat on Mars" --model flux-schnell --out cat.png
fattly video "ocean waves at sunset" --model kling-2-5 --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)
The same package is an MCP server — it lets AI assistants generate through FATTLY. Add this to your client's MCP config:
{
"mcpServers": {
"fattly": {
"command": "npx",
"args": ["-y", "fattly", "mcp"],
"env": {
"FATTLY_API_KEY": "gpx_live_YOUR_KEY"
}
}
}
}Available tools: fattly_credits, fattly_list_models,
fattly_generate_image, fattly_generate_video, fattly_generate_audio.
API address
By default the CLI/MCP connects to the address set at login (or the default).
Override it at login (fattly login --url https://your-domain) or with the
FATTLY_API_URL environment variable.
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.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/industriesfatty-spec/fattly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server