Skip to main content
Glama

MCP Replicate FLUX

by andylee20014

generate-image

Create custom images using text prompts and store them with accessible Cloudflare R2 URLs. Solve visual content needs with the MCP Replicate FLUX server.

Input Schema

NameRequiredDescriptionDefault
filenameYes
promptYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "type": "string" }, "prompt": { "type": "string" } }, "required": [ "prompt", "filename" ], "type": "object" }

Other Tools from MCP Replicate FLUX

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andylee20014/mcp-replicate-flux'

If you have feedback or need assistance with the MCP directory API, please join our Discord server