MCP.so
登录

Flux ImageGen MCP Server

@falahgs

关于 Flux ImageGen MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

falahgs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "flux-imagegen-mcp-server": {
      "command": "node",
      "args": [
        "server.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器