Gemini 图像生成 MCP 服务器
这是一个模型上下文协议 (MCP) 服务器,它使用 Google 的 Gemini 2 API 提供图像生成功能。
快速入门
获取 Gemini API 密钥
创建新的 API 密钥
配置 Claude 桌面
找到您的配置文件:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json添加 Gemini 配置:
{ "mcpServers": { "gemini-imagen": { "command": "npx", "args": ["-y", "github:sanxfxteam/gemini-mcp-server"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
重启Claude桌面
设置
安装依赖项:
设置您的环境变量:在根目录中创建一个
.env文件并添加您的 Google API 密钥:
用法
运行服务器:
测试
可用工具
生成图像
使用 Gemini 2 的实验图像生成 API 生成图像。
参数:
prompt(字符串,必需):要生成的图像的描述numSamples(数字,可选,默认值:4):要生成的图像数量aspectRatio(字符串,可选,默认值:'1:1'):生成图像的纵横比personGeneration(字符串,可选,默认值:'ALLOW_ADULT'):人员生成设置
MCP 请求示例:
笔记
该服务器使用 Gemini 2 的实验性图像生成功能
确保您拥有来自 Google 的适当访问权限和 API 密钥
服务器使用模型上下文协议通过 stdio 进行通信
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
模型上下文协议服务器使用 Google 的 Gemini 2 API 提供图像生成功能,允许用户使用可自定义的参数(如提示、纵横比和人物生成设置)生成多幅图像。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.Last updated -15
- -security-license-qualityA server that provides AI-powered image generation, modification, and processing capabilities through the Model Context Protocol, leveraging Google Gemini models and other image services.Last updated -13MIT License
- Asecurity-licenseAqualityA dedicated server that wraps Google's Gemini AI models in a Model Context Protocol (MCP) interface, allowing other LLMs and MCP-compatible systems to access Gemini's capabilities like content generation, function calling, chat, and file handling through standardized tools.Last updated -1632MIT License
- Asecurity-licenseAqualityA Model Context Protocol server that enables generating and editing images using OpenAI's gpt-image-1 model, allowing AI assistants to create and modify images from text prompts.Last updated -24516MIT License