siliconflow-flux-mcp-server
16
SiliconFlow Flux MCP Server is designed to allow AI to generate high-quality images using the SiliconFlow Flux model via the Model Context Protocol. It supports configurable settings like image resolution and generation seed, requiring Node.js to operate.
SiliconFlow Flux MCP Server
- A server based on the Model Context Protocol (MCP) allowing AI to utilize SiliconFlow's Flux model for image generation.
- Features high-quality image generation with resolutions like 1024x1024, 960x1280, and more.
- Customizable generation parameters such as random seed.
- Caches recent image generation results.
- Requires Node.js v18.0.0 or higher.
Installation
- Clone the repository
- Install dependencies
- Build the project
Configuration
- Set up SiliconFlow API key in the
.env
file - Configure MCP server settings in your MCP configuration file.
Usage
- AI assistants can call the service using the MCP protocol to generate images with customizable prompts and resolutions.