{
  "markdown": "# Flux-2 Online MCP Server\n\n> Flux-2 Online - Flux 2 AI Image Generator\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-flux-2-online-mcp)](https://lobehub.com/mcp/rocnubie-flux-2-online-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)\n[![smithery](https://smithery.ai/badge/flux-2-online)](https://smithery.ai)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n\nA 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.\n\nOfficial website: https://flux-2.online\n\n## 🎨 About Flux-2 Online\n\nFlux-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.\n\n## Key Features\n\n- **Multiple Flux model tiers** — Flux 2 Dev for speed, Flux 2 Pro for quality, Flux 2 Flex for granular control, plus additional models like Seedream and Qwen for complex text rendering.\n- **LoRA styles library** — A curated collection of artistic styles spanning anime, photorealism, and more, selectable at generation time to steer the visual aesthetic without prompt engineering alone.\n- **Kontext consistency mode** — Keeps character appearance and object details coherent across a sequence of generated images, useful for multi-panel or narrative work.\n- **Bundled editing tools** — Face swap, hairstyle modifier, text remover, background changer, professional photo generator, and product photography generator are included alongside the core image generator.\n- **Image-to-video conversion** — Powered by Seedance 1.0 Lite, the platform converts still images into short video clips with configurable duration and resolution settings.\n- **API access** — A RESTful API with webhook support lets developers integrate image generation into their own applications using Python, JavaScript, or any HTTP client.\n- **Free tier with daily credits** — Basic generation is available without a subscription; a credit-based system scales up to commercial-grade output, higher resolutions, and batch processing.\n\n## Use Cases\n\n- **Content creation** — Social media managers and bloggers generate on-brand illustrations or photography-style images from text prompts, bypassing stock photo licensing.\n- **E-commerce product visuals** — Store owners use the product photography generator and background tools to produce clean, professional product shots without a physical studio.\n- **Concept iteration** — Designers test visual directions quickly by generating multiple style variants in parallel before committing to a final look.\n- **Short-form video assets** — Marketers convert finished images into brief animated clips suitable for social ads, reels, or presentation slides.\n- **Developer integration** — Independent developers embed the API into creative apps, chatbots, or internal tools that need on-demand image generation without managing their own model infrastructure.\n\n## Who Is It For\n\nFlux-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.\n\n## Tools\n\n### `list_styles`\nReturn the canonical list of image-generation styles or presets the site exposes. (Flux-2 Online)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_pricing`\nReturn the canonical pricing entry point for Flux-2 Online.\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Flux-2 Online (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://flux-2-online/styles` — Supported image-generation styles and presets.\n- `site://flux-2-online/pricing` — Canonical pricing entry point.\n- `site://flux-2-online/faq` — Short FAQ generated from public site metadata.\n- `site://flux-2-online/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_flux_2_online`\nSummarize what the site is, who it's for, and how it works. — Flux-2 Online\n\n### `try_image_style_flux_2_online`\nRecommend a starting image-generation style for a stated goal. — Flux-2 Online\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install flux-2-online-mcp --client claude\n```\n\n(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/flux-2-online-mcp.git\ncd flux-2-online-mcp\npnpm install\n```\n\nThen add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):\n\n```json\n{\n  \"mcpServers\": {\n    \"flux-2-online-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/flux-2-online-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://flux-2.online\n- Pricing: https://flux-2.online/pricing\n- Support: support@flux-2.online\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 6446,
  "sha": "6bae269433295624f2b48b389a988fa903dba8b15d95fb772d172276accd204e",
  "repo_slug": "rocnubie/flux-2-online-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_flux_2_online_mcp_2cdff40b/readme"
}