mcp-openai-image-generation
@ai-zerolab
mcp-openai-image-generation について
MCP Server for openai image generation
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"openai-image-generation": {
"command": "uvx",
"args": [
"mcp-openai-image-generation@latest",
"stdio"
],
"env": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}",
"OPENAI_BASE_URL": "${OPENAI_BASE_URL}"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-openai-image-generation?
An MCP server that provides image generation capabilities using the OpenAI API. It is designed for use with any Model Context Protocol client.
How to use mcp-openai-image-generation?
Configure it in an MCP client using the uvx command with the arguments shown in the example JSON. Set the OPENAI_API_KEY environment variable (required) and optionally OPENAI_BASE_URL to point to a custom OpenAI-compatible endpoint.
Key features of mcp-openai-image-generation
- Generates images via OpenAI’s image generation API.
Use cases of mcp-openai-image-generation
—
FAQ from mcp-openai-image-generation
How is the server launched?
It is run using uvx mcp-openai-image-generation@latest stdio.
What environment variables are required?
OPENAI_API_KEY must be set. OPENAI_BASE_URL can be set to override the default OpenAI API endpoint.
What is the server’s identifier in configuration?
The server is configured under the key openai-image-generation inside mcpServers.
「AI とエージェント」の他のコンテンツ
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント