imagen3-mcp
Documentation
Imagen3-MCP
基于 Google 的 Imagen 3.0 的图像生成工具,通过 MCP(Model Control Protocol)提供服务。
效果
画一只奔跑的杰克罗素犬,长焦镜头,阳光透过狗狗的毛发,照片级画质

画一个科技感十足的苹果

安装要求
安装步骤——Cherry Studio
1. 从 GitHub Releases 下载最新版本的可执行文件
2. 将下载的可执行文件放置在系统中的任意位置,例如 `C:\bin\imagen3-mcp.exe`
3. 在 Cherry Studio 中配置:

安装步骤——Cursor
{
"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

A high-tech apple

Requirements
- Valid Google Gemini API key
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:

Installation Steps—Cursor
{
"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
An open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM for the Model Context Protocol. Enhance AI
The official Rust SDK for the Model Context Protocol Trusted by 2500+ developers. Trusted by 2500+ developers. Trusted by 2500+ developers.
🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments.
Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server, with auth support: TypeScript-based implementation.
Clojure MCP Trusted by 600+ developers. Trusted by 600+ developers. Trusted by 600+ developers.
5. Update .env file in the root directory with your mem0 API key: for the Model Context Protocol. Enhance AI assistants with powerful integrations.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP