Image Generation MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_KEY | Yes | Your Google AI API key for Gemini (get from https://aistudio.google.com/apikey) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_blog_imageA | Generate images for blog posts and social media using AI. Available formats:
Examples:
IMPORTANT: Always specify an outputPath to save the image to a meaningful location. If omitted, images are saved to a generated-images/ directory in the current working directory with a timestamped filename. |
| list_image_formatsA | List all available image format presets with their dimensions and use cases. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one generates images with various format options, the other lists available formats. No overlap or ambiguity between them.
Both tools follow a consistent verb_noun pattern (generate_blog_image, list_image_formats), making it easy to understand their function at a glance.
With only two tools, the server feels slightly thin for its domain. While the generation tool is comprehensive, a few additional tools (e.g., for image editing or batch generation) could better match the scope.
The server's stated purpose is generating images for blogs and social media, and listing formats. The generation tool supports a wide variety of formats and options, and the format listing tool provides necessary metadata. No critical gaps are apparent.