MCP.so
ログイン

Omg Flux MCP

@XXpE3

Omg Flux MCP について

This mcp uses the flux api of ohmygpt to generate images

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

XXpE3

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Omg Flux MCP?

A Node.js-based MCP server that requires an OHMYGPT_API_KEY environment variable for authentication, as specified in its configuration example.

How to use Omg Flux MCP?

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.

Key features of Omg Flux MCP

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

Use cases of Omg Flux MCP

FAQ from Omg Flux MCP

What Node.js version is required?

Node.js v18.0 or higher, as verified by node --version.

How do I set the API key?

Set the OHMYGPT_API_KEY environment variable in the MCP server configuration under env.

コメント

「その他」の他のコンテンツ