Skip to main content
Glama

OpenAI MCP - Roo Code 向け DALL-E API 統合

このプロジェクトは、OpenAIのDALL-E APIに接続して画像生成を行うためのモデルコンテキストプロトコル(MCP)サーバーを提供します。利用可能なすべてのオプションを完全にサポートしています。Roo Codeやその他のMCP対応AIアシスタントと連携するように特別に設計されています。

概要

このMCPサーバーは、DALL-E画像生成ツールを提供し、あらゆるDALL-E APIオプションを包括的にサポートします。Roo CodeなどのAIアシスタントは、モデルコンテキストプロトコル(MCP)を介して画像を生成し、生成プロセスをきめ細かく制御できます。

Related MCP server: OpenAI GPT Image MCP

プロジェクト構造

  • src/ - MCPサーバーのソースコード

    • dalle.ts - すべてのオプションを備えたDALL-E API統合の実装

    • index.ts - DALL-E ツールと入力スキーマを含むメインサーバーファイル

    • install.ts - Roo Code および Claude Desktop のインストール スクリプト

  • build/ - コンパイルされたJavaScriptファイル

  • dalle-test.html - 生成された画像とドキュメントの利用可能なオプションを表示するHTMLページ

  • test-dalle.js - さまざまなオプションの例を含む DALL-E API の直接テスト スクリプト

Roo Codeのセットアップ手順

インストール

  1. パッケージをグローバルにインストールします。

    npm install -g openai-mcp
  2. セットアップ コマンドを実行して Roo Code を構成します。

    openai-mcp install
  3. Roo Code 設定で OpenAI API キーを設定します。

    • オープンルーコード

    • 設定に移動

    • MCP サーバー構成に次の環境変数を追加します。

      "openai-mcp": {
        "env": {
          "OPENAI_API_KEY": "your-openai-api-key"
        }
      }
  4. Roo Codeを再起動する

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezweb/openai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server