Content
# 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
```json
{
"mcpServers": {
"omgflux-mcp": {
"command": "node",
"args": ["/path/to/omgflux-mcp-server/build/index.js"],
"env": {
"OHMYGPT_API_KEY": "your-api-key-here"
}
}
}
}
```
Connection Info
You Might Also Like
semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
Serena
A powerful coding agent toolkit providing semantic retrieval and editing...
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
pydantic-ai
GenAI Agent Framework, the Pydantic way
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...