Flux ImageGen MCP Server

by falahgs

122 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Flux ImageGen MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 reserved

Overview

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 Management

Features

- 🖼️ 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 Protocol

Installation

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.