Higgsfield β generate images, video & audio from inside your AI agent
Higgsfield is an AI generation studio β image, video, audio, 3D, upscaling, and more. Every glossy cover image on this hub was made with it. Once you connect its MCP to Claude Code (or Claude Desktop), your agent can generate media for you directly, mid-task.
Start here β Higgsfield Academy
New to it? The fastest way in is Higgsfield Academy β it teaches the actual workflow (prompting, the model picker, image β video, product renders) instead of leaving you to guess.
βΆ Join Higgsfield Academy
That link creates your Higgsfield account and gets you into the Academy. You'll need an account before the MCP setup below works, so do this first.
Set up the Higgsfield MCP
The MCP (Model Context Protocol) server lets Claude Code / Claude Desktop call Higgsfield directly β "generate a cover image", "make a 5-second clip", "voice this line" β without leaving your agent. The server is remote and OAuth-secured: you add the URL, then sign in through the browser with the account you made above.
Endpoint: https://mcp.higgsfield.ai/mcp
Option A β Claude Code (terminal)
claude mcp add --transport http higgsfield https://mcp.higgsfield.ai/mcp
Then authenticate β in a Claude Code session run:
/mcp
Pick higgsfield, choose Authenticate, and a browser opens to log into your Higgsfield account. Approve it and you're connected.
Check it worked: run /mcp again β higgsfield should show as connected. Or just
ask your agent: "use higgsfield to generate a test image of a gold glass cube."
Option B β Claude Desktop / claude.ai
- Open Settings β Connectors (Desktop) or your claude.ai connector settings.
- Add custom connector β paste the URL:
https://mcp.higgsfield.ai/mcp - Click Connect / Authorize β log into Higgsfield in the browser β approve.
- The Higgsfield tools now appear in your tool list.
What you can do once it's connected
Ask your agent in plain language β it maps to the Higgsfield tools:
- Images β "generate a 3D glass logo", product shots, brand illustrations (this hub's
covers used the
recraft_v4_1model at ~1.25 credits each) - Video β text-to-video, image-to-video, reframe, upscale
- Audio β voiceover, sound effects, music
- 3D β turn an image into a GLB mesh
- Utilities β remove background, outpaint, motion control, upscale to 4K
Tip: for a batch (like 26 hub covers), lock a color palette and generate in small batches β the API rate-limits ~8 parallel requests.
Honest notes
- Higgsfield is credit-based (paid). Generations spend credits; check your plan before a
big batch.
get_cost: trueon a generation previews the price without spending. - The Academy link above is a 19Keys affiliate link β if you join through it, 19Keys gets credited. You pay the same either way; it just supports the person who put this guide together.
- The MCP needs
nodeon your PATH for Claude Code's lifecycle hooks, and a signed-in Higgsfield account for the OAuth step.
Part of KeyzHub β take the code, build your own. See the full toolkit on /the-stack.