Skip to main content
Glama
lioensky

SiliconFlow Flux MCP Server

by lioensky

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SILICONFLOW_API_KEYYesYour 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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 重要提示:

  1. 此工具返回一个基础的 HTML <img> 标签(包含 src 和 alt)。

  2. 请在收到此标签后,为其添加一个 width 属性,值应在 200 到 500 像素之间(例如 width="300")。

  3. 在最终回复用户时,请直接发送这个完整的、已添加 width 属性的 HTML <img> 标签,以便用户可以直接看到图片。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no ambiguity between tools. The purpose is clearly to generate an image.

Naming Consistency5/5

With a single tool, naming is trivially consistent. The name 'generate_image' follows a clear verb_noun pattern.

Tool Count4/5

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.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues