higgsfield-mcp
Allows Perplexity AI (Pro/Max/Enterprise) to generate images and videos using Higgsfield AI's models via public HTTP/SSE endpoint.
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 at night"
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 Server
Servidor MCP para usar Higgsfield AI desde Claude Desktop, Perplexity (Pro/Max/Enterprise) y cualquier cliente MCP compatible.
Genera imágenes y videos con IA de alta calidad desde tu chat.
Herramientas disponibles
Herramienta | Descripción |
| Genera imágenes (Nano Banana, FLUX, GPT Image, etc.) |
| Genera videos (Seedance 2.0, Kling 2.5, Sora 2, Wan 2.5, etc.) |
| Consulta el estado de una generación por |
| Cancela una generación en cola |
🟣 Opción A: Deploy en Fly.io (para Perplexity)
Perplexity requiere una URL pública HTTP/SSE. Deploy en Fly.io en menos de 2 minutos:
git clone https://github.com/luisitoys12/higgsfield-mcp
cd higgsfield-mcp
npm install
# Crear app en Fly.io
fly apps create higgsfield-mcp
# Definir secrets (API keys de Higgsfield)
fly secrets set HIGGSFIELD_API_KEY=tu_api_key_aqui
fly secrets set HIGGSFIELD_API_SECRET=tu_api_secret_aqui
# Deploy
fly deployTu URL SSE será: https://higgsfield-mcp.fly.dev/sse
Conectar en Perplexity
Ve a Perplexity → Settings → AI → Connectors (o MCP Servers)
Haz click en + Add custom connector
Ingresa:
Name: Higgsfield AI
URL:
https://higgsfield-mcp.fly.dev/sseAuth: Open (sin autenticación adicional, las keys ya están en el servidor)
Guarda y listo ✅
Requiere suscripción Pro, Max o Enterprise de Perplexity.
💙 Opción B: Claude Desktop (stdio local)
git clone https://github.com/luisitoys12/higgsfield-mcp
cd higgsfield-mcp
npm installEdita claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"higgsfield": {
"command": "node",
"args": ["/ruta/completa/a/higgsfield-mcp/index.js"],
"env": {
"HIGGSFIELD_API_KEY": "tu_api_key_aqui",
"HIGGSFIELD_API_SECRET": "tu_api_secret_aqui"
}
}
}
}Modelos disponibles
Imágenes
Model ID | Modelo |
| Nano Banana Pro (foto-realista) |
| FLUX Kontext |
| GPT Image 2 |
Videos
Model ID | Modelo |
| Seedance 2.0 ✅ recomendado |
| Kling 2.5 Turbo |
| Sora 2 |
| Wan 2.5 |
| MiniMax Hailuo 02 |
Licencia
MIT — Hecho con ❤️ por Estacionkusmedios
This server cannot be installed
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
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/luisitoys12/higgsfield-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server