Flux ImageGen MCP Server
Description
# Flux ImageGen MCP Server A specialized Model Context Protocol (MCP) server for image generation and manipulation, powered by Pollinations AI. ## Developer - **Author**: Falah.G.Salieh - **Copyright**: © 2025 All rights reserved ## Overview ImageGen MCP Server is a streamlined…
About
# Flux ImageGen MCP Server A specialized Model Context Protocol (MCP) server for image generation and manipulation, powered by Pollinations AI. ## Developer - **Author**: Falah.G.Salieh - **Copyright**: © 2025 All rights reserved ## Overview ImageGen MCP Server is a streamlined server implementation that provides…
Details
- Author
- falahgs
- Downloads
- 122
- Categories
- Developer Tools, AI, Other, Media
Jump to
- Image generation from text prompts
- Multiple image generation models (default: "flux")
- Flexible configuration and customization
- Optimized for quick response times
- Fully compliant with Model Context Protocol
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Flux ImageGen MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server via git clone and npm install, then run node server.js. Configure it with Claude Desktop by adding an entry to claude_desktop_config.json that points to the server.js file and lists the tools generateImageUrl, generateImage, and listImageModels. Use the provided MCP tools with text prompts and optional parameters (model, width, height, enhance, safe, outputPath, fileName, format).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"flux imagegen mcp server": {
"flux-imagegen-mcp-server": {
"command": "node",
"args": [
"server.js"
]
}
}
}
}
McpServers
{
"flux-imagegen-mcp-server": {
"command": "node",
"args": [
"server.js"
]
}
}
Flux ImageGen MCP Server
A specialized Model Context Protocol (MCP) server for image generation and manipulation, powered by Pollinations AI.Developer
- Author: Falah.G.Salieh - Copyright: © 2025 All rights reservedOverview
ImageGen MCP Server is a streamlined server implementation that provides powerful image generation capabilities through the Model Context Protocol (MCP). This server specializes in three core functionalities: 1. Image URL Generation 2. Direct Image Generation 3. Model Listing and ManagementFeatures
- 🖼️ Image Generation: Create stunning images from text prompts - 🎨 Multiple Models: Support for various image generation models - 🔧 Flexible Configuration: Easy to set up and customize - 🚀 High Performance: Optimized for quick response times - 🔄 MCP Compatible: Fully compliant with Model Context ProtocolInstallation
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





