Gemini MCP Image Generation ServerServer

sanxfxteam
GitHub
image generationMCPAI

Loading subscription status...

💡 Description

A Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 API, allowing users to generate multiple images with customizable parameters based on text prompts.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gemini-imagen": {
        "env": {
          "GEMINI_API_KEY": "your_api_key_here"
        },
        "args": [
          "-y",
          "github:sanxfxteam/gemini-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

generateImage

Features

  • Generates images based on text prompts
  • Supports customizable parameters for image generation

💬 Example Queries

  • Generate an image of a serene mountain landscape at sunset.
  • Create an abstract drawing using the prompt 'Future City'.