MCP.so
Sign In
Servers

Flux ImageGen MCP Server

@falahgs

Overview

What is Flux ImageGen MCP Server?

Flux ImageGen MCP Server is a specialized Model Context Protocol (MCP) server for image generation and manipulation, powered by Pollinations AI. It offers image URL generation, direct image generation, and model listing capabilities.

How to use Flux ImageGen MCP Server?

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).

Key features of Flux ImageGen MCP Server

  • 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

Use cases of Flux ImageGen MCP Server

  • Generate image URLs for use in applications or web pages
  • Create and save images directly to disk from text descriptions
  • Enumerate available image generation models via the listImageModels tool
  • Integrate AI image generation into MCP-compatible clients like Claude Desktop

FAQ from Flux ImageGen MCP Server

What models does Flux ImageGen MCP Server support?

The server supports multiple image generation models. The default model is "flux," and you can retrieve a full list by using the listImageModels tool.

What are the system requirements to run the server?

Node.js version 16.0.0 or higher and NPM version 7.0.0 or higher are required. The server is compatible with Windows, Linux, and macOS.

How do I configure the server for use with Claude Desktop?

Add a mcpServers entry to your claude_desktop_config.json file (located at C:\Users\[YourUsername]\AppData\Roaming\Claude\claude_desktop_config.json) with the command cmd /c node PATH_TO_YOUR_SERVER\\server.js and list the tools generateImageUrl, generateImage, and listImageModels.

How do I generate an image using the server?

Use the generateImageUrl tool to get a URL, or the generateImage tool to save an image directly. Provide a text prompt and optional parameters like model, width, height, enhance, safe, outputPath, fileName, and format.

More from Other