Server data from the Official MCP Registry
Flux-2 Online is an online interface for the Flux 2 image generation model with prompt tuning and
Flux-2 Online is an online interface for the Flux 2 image generation model with prompt tuning and
Excellent security posture. This is a read-only informational MCP server with no external API calls, no authentication requirements, no credential handling, and no dangerous operations. The codebase is clean, minimal, and well-structured. Permissions are appropriately scoped to provide static documentation and guidance about Flux-2 Online. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-flux-2-online-mcp": {
"args": [
"-y",
"msa-flux-2-online-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Flux-2 Online - Flux 2 AI Image Generator
A Model Context Protocol server that exposes the canonical Flux-2 Online knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://flux-2.online
Flux-2 Online is a web-based AI image and video generation platform built around the Flux family of models. Users describe what they want in a text prompt, choose a model suited to their needs — from the fast and budget-friendly Flux 2 Dev to the higher-fidelity Flux 2 Pro or the flexible Flux 2 Flex — and receive generated images within seconds. Beyond text-to-image, the platform bundles a set of editing tools: image-to-image transformation, face swap, background removal, image enhancement, and image-to-video conversion, all accessible from a single browser-based interface with no local installation required.
Flux-2 Online targets a broad range of creators and builders who need AI-generated visuals without the overhead of running models locally. Graphic designers and marketing professionals will find the multi-model selector and LoRA library useful for iterating on visual styles quickly. E-commerce operators benefit from the dedicated product photography and background editing tools. Developers who want image generation as a service rather than a self-hosted pipeline can connect via the RESTful API. The free daily credit allowance also makes the platform accessible to individual hobbyists and students who want to explore AI image generation before committing to a paid plan.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (Flux-2 Online)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Flux-2 Online.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Flux-2 Online (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://flux-2-online/styles — Supported image-generation styles and presets.site://flux-2-online/pricing — Canonical pricing entry point.site://flux-2-online/faq — Short FAQ generated from public site metadata.site://flux-2-online/links — Canonical URLs to share with users.tell_me_about_flux_2_onlineSummarize what the site is, who it's for, and how it works. — Flux-2 Online
try_image_style_flux_2_onlineRecommend a starting image-generation style for a stated goal. — Flux-2 Online
npx -y @smithery/cli install flux-2-online-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/flux-2-online-mcp.git
cd flux-2-online-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"flux-2-online-mcp": {
"command": "node",
"args": [
"/absolute/path/to/flux-2-online-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.