Loading languages...
FA

falahgs/image-gen3-google-mcp-server

@falahgs

A professional Model Context Protocol (MCP) server implementation that harnesses Google's Imagen 3.0 model through the Gemini API for high-quality image generation. Built with TypeScript and designed for seamless integration with Claude Desktop and other MCP-compatible hosts.

Gemini
Imagen3
AI
ImageGeneration
TypeScript
NodeJS
GoogleAI
ClaudeDesktop

# mcpServer Config

{
  "mcpServers": {
    "gemini-image-gen": {
      "command": "node",
      "args": [
        "./build/index.js"
      ],
      "cwd": "<path-to-project-directory>",
      "env": {
        "GEMINI_API_KEY": "your-gemini-api-key"
      }
    }
  }
}

# stdio

node ./build/index.js
Transport:
stdio
Taal:
TypeScript
Gemaakt:4/15/2025
Bijgewerkt:4/15/2025