Flux ImageGen MCP Server
@falahgs
关于 Flux ImageGen MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
listImageModelstool - 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 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论