MCP Hub
Back to servers

OhMyGPT Flux

MCP (Model Context Protocol) Server. Provides a bridge to OhMyGPT Flux image generation API, enabling high-quality image creation from text prompts with customizable parameters and cached results directly within conversations.

Stars
2
Tools
1
Validated
Jan 11, 2026

Omg Flux MCP

You can verify your Node.js installation by running:

node --version  # Should show v18.0.0 or higher

Installation

  1. Clone the repository:
git clone https://github.com/XXpE3/omgflux-mcp-server.git && cd omgflux-mcp-server
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Configuration

{
  "mcpServers": {
    "omgflux-mcp": {
      "command": "node",
      "args": ["/path/to/omgflux-mcp-server/build/index.js"],
      "env": {
        "OHMYGPT_API_KEY": "your-api-key-here"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review