https://github.com/xxpe3/omgflux-mcp-server
This mcp uses the flux api of ohmygpt to generate images
https://github.com/xxpe3/omgflux-mcp-server
mcp mcp-server
Last synced: 6 months ago
JSON representation
This mcp uses the flux api of ohmygpt to generate images
- Host: GitHub
- URL: https://github.com/xxpe3/omgflux-mcp-server
- Owner: XXpE3
- Created: 2025-03-19T00:10:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T00:27:27.000Z (7 months ago)
- Last Synced: 2025-03-19T01:28:02.181Z (7 months ago)
- Topics: mcp, mcp-server
- Language: JavaScript
- Homepage: https://ohmygpt.com
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omg Flux MCP
You can verify your Node.js installation by running:
```
node --version # Should show v18.0.0 or higher
```
## Installation1. 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
```json
{
"mcpServers": {
"omgflux-mcp": {
"command": "node",
"args": ["/path/to/omgflux-mcp-server/build/index.js"],
"env": {
"OHMYGPT_API_KEY": "your-api-key-here"
}
}
}
}
```