HomeDesign & Media › fattly-mcp

fattly-mcp

AI images, video, voiceovers and UGC ads from 50+ models. Official MCP server for fattly.app.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-15 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://fattly.app/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http fattly-mcp https://fattly.app/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "fattly-mcp": {
      "url": "https://fattly.app/api/mcp"
    }
  }
}

Package (npm 0.1.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "fattly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FATTLY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FATTLY_API_KEY required secret — Your Fattly API key (gpx_live_...), from Dashboard > API keys on fattly.app

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry