trackmcp
Back to directory
hamflx

imagen3-mcp

View on GitHub
46 stars RustOthers Updated May 3, 2025

Documentation

Imagen3-MCP

English Version

基于 Google 的 Imagen 3.0 的图像生成工具,通过 MCP(Model Control Protocol)提供服务。

效果

画一只奔跑的杰克罗素犬,长焦镜头,阳光透过狗狗的毛发,照片级画质

奔跑的杰克罗素犬

画一个科技感十足的苹果

科技感十足的苹果

安装要求

安装步骤——Cherry Studio

1. 从 GitHub Releases 下载最新版本的可执行文件

2. 将下载的可执行文件放置在系统中的任意位置,例如 `C:\bin\imagen3-mcp.exe`

3. 在 Cherry Studio 中配置:

    配置

    安装步骤——Cursor

    json
    {
      "mcpServers": {
        "imagen3": {
          "command": "C:\\bin\\imagen3-mcp.exe",
          "env": {
            "GEMINI_API_KEY": ""
            // Optional environment variables:
            // "BASE_URL": "",
            // "SERVER_LISTEN_ADDR": "0.0.0.0", // Example: Listen on all interfaces
            // "SERVER_PORT": "9981",
            // "IMAGE_RESOURCE_SERVER_ADDR": "your.domain.com" // Example: Use a domain name for image URLs
          }
        }
      }
    }

    许可证

    MIT


    Imagen3-MCP (English)

    An image generation tool based on Google's Imagen 3.0, providing services through MCP (Model Control Protocol).

    Examples

    A running Jack Russell Terrier, telephoto lens, sunlight filtering through the dog's fur, photorealistic quality

    Running Jack Russell Terrier

    A high-tech apple

    High-tech apple

    Requirements

    Installation Steps—Cherry Studio

    1. Download the latest executable from GitHub Releases

    2. Place the downloaded executable anywhere in your system, e.g., `C:\bin\imagen3-mcp.exe`

    3. Configure in Cherry Studio:

      Configuration

      Installation Steps—Cursor

      json
      {
        "mcpServers": {
          "imagen3": {
            "command": "C:\\bin\\imagen3-mcp.exe",
            "env": {
              "GEMINI_API_KEY": ""
              // Optional environment variables:
              // "BASE_URL": "",
              // "SERVER_LISTEN_ADDR": "0.0.0.0", // Example: Listen on all interfaces
              // "SERVER_PORT": "9981",
              // "IMAGE_RESOURCE_SERVER_ADDR": "your.domain.com" // Example: Use a domain name for image URLs
            }
          }
        }
      }

      License

      MIT

      Frequently asked questions

      What is imagen3-mcp?

      imagen3-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

      How do I install imagen3-mcp?

      Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

      Is imagen3-mcp open source?

      Yes — it is hosted on GitHub at https://github.com/hamflx/imagen3-mcp and has 46 stars.

      Related MCP tools

      Run your own MCP server? See who uses it and what to fix.

      Measure it with TrackMCP