Skip to content

MCP Overview

FloImg provides an MCP (Model Context Protocol) server that lets AI agents generate and manipulate images as part of their workflows.

MCP is a protocol that enables AI assistants like Claude to use external tools. With FloImg’s MCP server, AI agents can:

  • Generate images with AI (DALL-E, Stability, Ollama)
  • Create charts, diagrams, and QR codes
  • Apply precise transforms (resize, caption, adjust colors)
  • Save to local storage or cloud (S3, R2)

AI agents benefit from composable image pipelines. FloImg lets agents:

CapabilityWhat It Enables
AI GenerationGenerate creative images via DALL-E, Stability, or local models
Deterministic TransformsResize to exact dimensions, adjust colors precisely, add captions
Mixed PipelinesGenerate with AI → transform deterministically → save to cloud
Session StateReference previous images by ID for iterative refinement

The power is in composition: agents can generate creatively, then apply precise transforms—all in one pipeline.

Terminal window
npm install -g @teamflojo/floimg-mcp

Add FloImg to your MCP configuration:

{
"mcpServers": {
"floimg": {
"command": "npx",
"args": ["-y", "@teamflojo/floimg-mcp"]
}
}
}

The AI can now use FloImg tools:

“Create a bar chart showing Q1-Q4 revenue: $12k, $19k, $15k, $25k”

The agent will call the FloImg MCP tool to generate the chart.

The MCP server exposes these tools to AI agents:

ToolDescription
floimg_generateGenerate images from parameters
floimg_transformModify existing images
floimg_saveSave images to storage