O
Share:
About
Generate, edit, and create variations of images using OpenAI's image endpoints (DALL·E 3 / gpt-image). Returns base64 or URL, supports different sizes and quality tiers, and streams progress. Requires an OpenAI API key.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about OpenAI Image Gen.
- What does the OpenAI Image Gen MCP enable?
- This MCP allows users to generate, edit, and create variations of images leveraging OpenAI's image models like DALL·E 3. It supports various image sizes, quality tiers, and streams progress for real-time updates.
- How can I configure the OpenAI Image Gen MCP?
- Configuration details depend on the specific MCP client used. Generally, you would add the MCP by its slug 'openai-image' and provide your OpenAI API key when prompted within your client's settings.
- Does this MCP require an API key or other credentials?
- Yes, this MCP requires an OpenAI API key for authentication. This key grants access to OpenAI's image generation and editing services.
- Can I use DALL·E 3 through this MCP?
- Yes, this MCP integrates with OpenAI's image endpoints, including DALL·E 3. It provides access to its capabilities for image generation and manipulation.
- What are the typical output formats for generated images?
- The MCP typically returns generated images as base64 encoded strings or as URLs. The specific format might depend on the client's capabilities and user preferences.
- What is a prerequisite for using the OpenAI Image Gen MCP?
- A key prerequisite is an active OpenAI account and a valid OpenAI API key. Without this API key, the MCP cannot authenticate and utilize the underlying OpenAI image services.
Install OpenAI Image Gen
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"openai-image": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openai-image"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"openai-image": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openai-image"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"openai-image": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openai-image"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.