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)を介して画像を生成し、生成プロセスをきめ細かく制御できます。
プロジェクト構造
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のセットアップ手順
インストール
- パッケージをグローバルにインストールします。
- セットアップ コマンドを実行して Roo Code を構成します。
- Roo Code 設定で OpenAI API キーを設定します。
- オープンルーコード
- 設定に移動
- MCP サーバー構成に次の環境変数を追加します。
- Roo Codeを再起動する
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI アシスタントが OpenAI の DALL-E API を介して画像を生成できるようにするモデル コンテキスト プロトコル サーバー。利用可能なすべてのオプションときめ細かな制御が完全にサポートされています。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server implementation that enables connection between OpenAI APIs and MCP clients for coding assistance with features like CLI interaction, web API integration, and tool-based architecture.Last updated -28Python
- -securityFlicense-qualityAn MCP server that allows users to generate, edit, and create variations of images through OpenAI's DALL-E API, supporting both DALL-E 2 and DALL-E 3 models.Last updated -2TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with the Omi API for retrieving and creating conversations and memories for users.Last updated -4TypeScript
- AsecurityFlicenseAqualityAn MCP (Model Context Protocol) server that allows generating, editing, and creating variations of images using OpenAI's DALL-E APIs.Last updated -1TypeScript