higgsfield-mcp
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., "@higgsfield-mcpgenerate an image of a futuristic city"
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.
Higgsfield MCP
MCP server for Higgsfield AI — generate images and videos with 16+ models through Claude, Cursor, or any MCP-compatible client.
Models
Image
Model | ID | Key Features |
Nano Banana 2 |
| Fast, reference images (up to 16), 1k/2k/4k |
Nano Banana 1 |
| Reference images, multi-ref |
Soul v2 |
| Stylized, 720p/1080p/2k |
OpenAI Hazel |
| GPT-Image-1.5, low/medium/high/4k |
Video
Model | ID | Key Features |
Kling 3.0 |
| Best quality, start/end frames, sound, 720p/1080p, std/pro |
Kling 3.0 Omni FLF |
| First/last frame control |
Kling 2.6 |
| Balanced quality/cost |
Kling 2.5 Turbo |
| Unlimited plan credits |
Kling 2.1 |
| Budget option |
Grok Video |
| xAI video model |
Wan 2.6 |
| Open-source model |
Wan 2.5 |
| 16:9 or 9:16 only |
Seedance 1.5 |
| ByteDance latest |
Seedance Pro |
| ByteDance pro |
Veo 3 |
| Google DeepMind |
Sora 2 |
| OpenAI, 4/8/12s durations |
Image2Video |
| Requires input image |
Related MCP server: mcp-media-engine
Tools
Tool | Description |
| Generate images (returns job_id) |
| Generate videos (returns job_id) |
| Poll job(s) until complete, return result URLs |
| Check single job status (no polling) |
| List recent jobs with status and URLs |
| Cancel a running job |
| Dry-run cost estimate for image generation |
| Account balance and plan info |
| List all models with supported parameters |
| Static pricing reference |
| Check Helm daemon connection |
| Manually set JWT token |
| Update Clerk session cookies for auto-refresh |
Prerequisites
Bun runtime
A Higgsfield AI account (with credits)
Helm daemon running with Chrome extension — used to get auth tokens from your browser session
(Optional) curl-impersonate — improves reliability for GET requests. Set
CURL_IMPERSONATE_BINenv var if the binary isn't in PATH. Falls back to nativefetchif not installed.
Setup
# Clone
git clone https://github.com/jfikrat/higgsfield-mcp.git
cd higgsfield-mcp
# Install dependencies
bun install
# Run the server
bun run src/index.tsClaude Code / Claude Desktop
Add to your MCP config (~/.claude/claude_desktop_config.json or MCP settings):
{
"mcpServers": {
"higgsfield": {
"command": "bun",
"args": ["run", "/path/to/higgsfield-mcp/src/index.ts"]
}
}
}Authentication
The server authenticates via Clerk session tokens from your Higgsfield browser session. There are three methods (tried in order):
Auto-refresh — Clerk API refresh using saved session cookies (preferred)
Helm browser bridge — Extracts token from your logged-in Chrome session via Helm daemon
Manual — Paste a JWT token via
higgsfield_refresh_token
First-time setup:
Log in to higgsfield.ai in Chrome
Make sure the Helm daemon is running (
systemctl --user start helm-daemon)Use
higgsfield_browser_statusto verify the connectionThe server will auto-extract tokens from your browser session
If auto-refresh stops working (tokens expire ~every 7 days):
Open Chrome DevTools on higgsfield.ai
Copy cookies from the
clerk.higgsfield.aidomainRun
higgsfield_refresh_credentialswith the cookie string
Settings are stored at ~/.config/higgsfield-mcp/settings.json (permissions: 600).
Architecture
src/
├── index.ts # MCP server entry point
├── models.ts # Model metadata, validation, param builders
├── api.ts # HTTP client (GET/POST/DELETE)
├── auth.ts # Token management (Clerk refresh + browser fallback)
├── browser-post.ts # Helm daemon bridge for browser-based POST
├── curl-fetch.ts # curl-impersonate wrapper with native fallback
├── config.ts # Secure settings storage (~/.config/higgsfield-mcp/)
├── tracker.ts # Generation gallery tracker
└── tools/
├── account.ts # Account, credits, model listing tools
├── image.ts # Image generation tools
└── video.ts # Video generation + job polling toolsHow It Works
Higgsfield uses DataDome bot protection that blocks non-browser POST requests. This server handles it with a two-layer approach:
GET/DELETE requests go through
curl-impersonate(or nativefetchas fallback) with browser-like TLS fingerprintsPOST requests are routed through the Helm daemon, which executes
fetch()inside your actual Chrome tab on higgsfield.ai — DataDome sees a real browser
License
MIT
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/jfikrat/higgsfield-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server