Smart Image Generator
by shinpr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Your Gemini API key from Google AI Studio | |
| IMAGE_OUTPUT_DIR | No | Absolute path to the directory where images will be saved. Defaults to ./output in the current working directory if not specified. Directory will be created automatically if it doesn't exist. | ./output |
| SKIP_PROMPT_ENHANCEMENT | No | Set to true to disable automatic prompt optimization and send your prompts directly to the image generator. Useful when you need full control over the exact prompt wording. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageB | Generate image with specified prompt and optional parameters |
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/shinpr/mcp-image'
If you have feedback or need assistance with the MCP directory API, please join our Discord server