SiliconFlow Flux MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SILICONFLOW_API_KEY | Yes | Your SiliconFlow API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageA | Generates an image using the SiliconFlow API with the Flux Schnell model (black-forest-labs/FLUX.1-schnell). Provide a detailed English prompt and select a resolution. Nya~ <3 重要提示:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no ambiguity between tools. The purpose is clearly to generate an image.
With a single tool, naming is trivially consistent. The name 'generate_image' follows a clear verb_noun pattern.
For a dedicated image generation server using a specific model, one tool is appropriate. It covers the core functionality without being too thin for its narrow scope.
The tool covers basic image generation but lacks advanced options like style or seed parameters. It is complete for a minimal server but has room for expansion.