← Gemini Imagen 3.0 MCP Server

Gemini Imagen 3.0 MCP Server 9dc6e12f740ad8832ed4c7e32c39a35d76fa9dcd

source_git · falahgs/imagen-3.0-generate-google-mcp-server · current release

2
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T10:10:26.585Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 2

ToolCategoryAnnotationsRisk
create_image_htmlCreate HTML img tags from image file paths with gallery view
Input schema
{
  "type": "object",
  "properties": {
    "imagePaths": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of image file paths"
    },
    "width": {
      "type": "number",
      "description": "Image width in pixels",
      "default": 512
    },
    "height": {
      "type": "number",
      "description": "Image height in pixels",
      "default": 512
    },
    "gallery": {
      "type": "boolean",
      "description": "Whether to create a gallery view with CSS",
      "default": true
    }
  },
  "required": [
    "imagePaths"
  ]
}
— · —
generate_imagesGenerate images using Google Gemini AI
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "Text description of the image to generate"
    },
    "numberOfImages": {
      "type": "number",
      "description": "Number of images to generate (1-4)",
      "default": 1,
      "minimum": 1,
      "maximum": 4
    },
    "category": {
      "type": "string",
      "description": "Optional category folder for organizing images",
      "default": ""
    }
  },
  "required": [
    "prompt"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.