OhMyGPT Flux

by xxpe3

2 stars
233 downloads
Not rated
GitHub Website

About

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.

Details

Author
xxpe3
Repository
XXpE3/omgflux-mcp-server
GitHub stars
2
Downloads
233
Categories
Productivity, Developer Tools, Design, AI, Media, Frontend, Infrastructure, API, Other

- Requires Node.js v18.0 or higher
- Authenticated via OHMYGPT_API_KEY
- Installation via Git clone and npm
- Build command included in setup

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OhMyGPT Flux
    Command (node, npx, python, etc.) node
    Arguments
    • Argument 1 /path/to/omgflux-mcp-server/build/index.js
    Environment
    • OHMYGPT_API_KEY your-api-key-here

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with npm install, build the project with npm run build, then configure it in your MCP settings with the node command pointing to the built index.js and the OHMYGPT_API_KEY environment variable set to your API key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

Linux

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

Macos

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

Windows

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

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

2. Install dependencies:

npm install

3. 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"
}
}
}
}

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.