Skip to content

XXpE3/omgflux-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This mcp uses the flux api of ohmygpt to generate images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published