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: Image Generator 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Generate AI images and videos from any compatible MCP client.
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
MCP server for Hailuo (MiniMax) AI video generation
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.89MIT
- FlicenseNot gradedqualityDmaintenanceEnables MCP-compatible clients like Claude or ChatGPT to generate images from text prompts using AI, with options for aspect ratio and quality.-
- AlicenseNot gradedqualityDmaintenanceMCP server integrating Higgsfield AI API for image generation, video animation, and speech-to-video synthesis with character management and job tracking.4MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Higgsfield AI that enables image and video generation using 16+ models through Claude, Cursor, or any MCP-compatible client.2503MIT
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