← Gemini Imagen 3.0 MCP Server
9dc6e12f740ad8832ed4c7e32c39a35d76fa9dcdsource_git · falahgs/imagen-3.0-generate-google-mcp-server · current release
Observed 2026-08-25T10:10:26.585Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
create_image_htmlCreate HTML img tags from image file paths with gallery viewInput 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 AIInput 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"
]
} | — | — · — | — |