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 |
Related MCP server: Gemini Image Gen MCP Server
🟣 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for Krea.ai enabling AI image and video generation using models like Flux, Hailuo, Runway, Kling, and others via natural language prompts.Last updated9397Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI image generation, editing, and upscaling via Google Gemini and Imagen models, supporting dynamic model switching and multiple MCP-compatible clients.Last updated12MIT
- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.Last updated83MIT
- Flicense-qualityCmaintenanceEnables MCP-compatible clients like Claude or ChatGPT to generate images from text prompts using AI, with options for aspect ratio and quality.Last updated
Related MCP Connectors
MCP server for Hailuo (MiniMax) AI video generation
MCP server for Google Veo AI video generation
MCP server for Flux AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/luisitoys12/higgsfield-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server