← Image Generation MCP Server

Image Generation MCP Server 5da01322346b658e30b7723572809f5091e8ad48

source_git · mikeyny/ai-image-gen-mcp · current release

1
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T08:30:59.760Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 1

ToolCategoryAnnotationsRisk
generate-imageGenerate an image based on a prompt
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string"
    },
    "output_dir": {
      "type": "string",
      "description": "Full absolute path to output directory. For Windows, use double backslashes like 'C:\\\\Users\\\\name\\\\path'. For Unix/Mac use '/path/to/dir'. Always use the proper path otherwise you will get an error."
    },
    "filename": {
      "type": "string",
      "description": "Base filename to save the image(s) with"
    },
    "go_fast": {
      "type": "boolean"
    },
    "megapixels": {
      "type": "string",
      "enum": [
        "1",
        "2",
        "4"
      ]
    },
    "num_outputs": {
      "type": "number",
      "minimum": 1,
      "maximum": 4
    },
    "aspect_ratio": {
      "type": "string",
      "enum": [
        "1:1",
        "4:3",
        "16:9"
      ]
    },
    "output_format": {
      "type": "string",
      "enum": [
        "webp",
        "png",
        "jpeg"
      ]
    },
    "output_quality": {
      "type": "number",
      "minimum": 1,
      "maximum": 100
    },
    "num_inference_steps": {
      "type": "number",
      "minimum": 4,
      "maximum": 20
    }
  },
  "required": [
    "prompt",
    "output_dir"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.