GPT Image MCP Server
by labeveryday
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| IMAGE_MODEL | No | Direct image model | gpt-image-1 |
| DEFAULT_MODEL | No | Primary model (OpenAI's best) | gpt-image-1 |
| FALLBACK_MODEL | No | Fallback option | dall-e-3 |
| OPENAI_API_KEY | Yes | Your OpenAI API key. | |
| DEFAULT_QUALITY | No | Image quality | auto |
| TIMEOUT_SECONDS | No | Request timeout | 120 |
| MAX_IMAGE_SIZE_MB | No | Size limits | 10.0 |
| ENABLE_COMPRESSION | No | File size optimization | true |
| RATE_LIMIT_PER_MINUTE | No | API rate limiting | 30 |
| ENABLE_DETAILED_LOGGING | No | Request/response logging | false |
| MAX_CONCURRENT_GENERATIONS | No | Batch processing limit | 5 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/labeveryday/gpt-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server