📦
Omgflux MCP Server
This mcp uses the flux api of ohmygpt to generate images
0 installs
Trust: 34 — Low
Comms
Ask AI about Omgflux MCP Server
Powered by Claude · Grounded in docs
I know everything about Omgflux MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Omg Flux MCP
You can verify your Node.js installation by running:
node --version # Should show v18.0.0 or higher
Installation
- Clone the repository:
git clone https://github.com/XXpE3/omgflux-mcp-server.git && cd omgflux-mcp-server
- Install dependencies:
npm install
- 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"
}
}
}
}
