Back to MCP Servers

Imagen3

A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls.

aggregatorsgoapi

Installation

npx -y imagen3-mcp

Configuration

{
  "mcpServers": {
    "imagen3-mcp": {
      "command": "npx",
      "args": ["-y", "imagen3-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub